GrainTimerCreationOptions
public GrainTimerCreationOptions() Options for creating grain timers.
public GrainTimerCreationOptions()public GrainTimerCreationOptions(TimeSpan dueTime, TimeSpan period)GrainTimerCreationOptions instance. dueTimeTimeSpanSystem.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. periodTimeSpanIGrainTimer was constructed. Specify System.Threading.Timeout.InfiniteTimeSpan to disable periodic signaling.