Edit

Share via


GrainTimerCreationOptions.DueTime Property

Definition

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

Property Value

Applies to