StationOnlineOfflineDuration Property |
The total amount of time the endpoint was offline prior to this notification. 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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic TimeSpan? OfflineDuration { get; set; }Public Property OfflineDuration As TimeSpan?
Get
Set
Property Value
NullableTimeSpan
See Also