Skip to content

GrainTimerCreationOptions.DueTime

DueTime

getinit
View source
public TimeSpan DueTime
A System.TimeSpan representing the amount of time to delay before invoking the callback method specified when the IGrainTimer was constructed. Specify System.Threading.Timeout.InfiniteTimeSpan to prevent the timer from starting. Specify System.TimeSpan.Zero to start the timer immediately.