GrainTimerCreationOptions.Period 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.
The time interval between invocations of the callback method specified when the IGrainTimer was constructed. Specify InfiniteTimeSpan to disable periodic signaling.
public TimeSpan Period { get; init; }
member this.Period : TimeSpan with get, set
Public Property Period As TimeSpan