Aracılığıyla paylaş


IActorReminder.Period Property

Definition

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.

Applies to