Click or drag to resize

StationOnline Class

Sent by a process endpoint when it is ready for communication to resume, for example, powered up, maintenance over, etc.
{
  "OfflineDuration": "00:23:00"
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ResourcePerformanceStationOnline

Namespace: CFX.ResourcePerformance
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class StationOnline : CFXMessage

The StationOnline type exposes the following members.

Constructors
 NameDescription
Public methodStationOnline 
Top
Properties
 NameDescription
Public propertyOfflineDuration 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.
Top
See Also