GrainTimerCreationOptions.DueTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A TimeSpan representing the amount of time to delay before invoking the callback method specified when the IGrainTimer was constructed. Specify InfiniteTimeSpan to prevent the timer from starting. Specify Zero to start the timer immediately.
public TimeSpan DueTime { get; init; }
member this.DueTime : TimeSpan with get, set
Public Property DueTime As TimeSpan