StageStateChangedOldStateDuration Property |
The amount of time spent in the previous state. Note: There may be certain circumstances
where it is impossible to provide this duration (as in the case of an unexpected power faillure or other extreme events).
In this case it is acceptable to report a duration of "null", which will be interpreted as "unknown" by the receiver
of this event.
Namespace: CFX.ResourcePerformanceAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic TimeSpan? OldStateDuration { get; set; }
Public Property OldStateDuration As TimeSpan?
Get
Set
Property Value
NullableTimeSpan
See Also