Click or drag to resize

FaultAcknowledged Class

Sent when a fault has been acknowledged by the operator, but not yet corrected (cleared). A subsequent FaultCleared message will be sent once the operator addresses the issue.
{
  "Operator": {
    "OperatorIdentifier": "BADGE4486",
    "ActorType": "Human",
    "LastName": "Doe",
    "FirstName": "John",
    "LoginName": "john.doe@domain1.com"
  },
  "FaultOccurrenceId": "5af7e56c-cfbf-4f1f-aa4c-79d94a7442bc"
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ResourcePerformanceFaultAcknowledged

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

The FaultAcknowledged type exposes the following members.

Constructors
 NameDescription
Public methodFaultAcknowledged Default Constructor
Top
Properties
 NameDescription
Public propertyFaultOccurrenceId A unique identifier of the instance of the related fault. Corresponds with the FaultOccurrenceId property of the corresponding FaultOccurred message
Public propertyOperator The operator or entity who has acknowledged the fault (if known, otherwise null) (optional)
Top
See Also