ITimerManager
interface
Namespace: Orleans.Timers.Internal
Provides functionality for managing single-shot timers.
public interface ITimerManagerMethods
Delay(TimeSpan, CancellationToken)Returns a task which will complete when the specified timespan elapses or the provided cancellation token is canceled.
