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.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET