IActorReminderState.TotalElapsed Property
Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2
Total time elapsed since Reminder last fired
Namespace: Microsoft.ServiceFabric.Actors.Runtime
Assembly: Microsoft.ServiceFabric.Actors (in Microsoft.ServiceFabric.Actors.dll)
Syntax
TimeSpan TotalElapsed { get; }
Property Value
Type: System.TimeSpan
Total time elapsed as TimeSpan since Reminder last fired.
See Also
IActorReminderState Interface
Microsoft.ServiceFabric.Actors.Runtime Namespace
Return to top