IActorReminder.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.
Gets the time interval at which the reminder is invoked periodically.
public TimeSpan Period { get; }
member this.Period : TimeSpan
Public ReadOnly Property Period As TimeSpan
Property Value
The time interval at which the reminder is invoked periodically.
Remarks
The first invocation of the reminder occurs after DueTime. All subsequent invocations occur at intervals defined by this property.