Click or drag to resize

FaultCleared Class

Sent by a process endpoint when a fault is cleared as described in a FaultOccurred message
{
  "FaultOccurrenceId": "22ac3c8a-9e6d-42f8-85b2-f51bf2224ecc",
  "Operator": {
    "OperatorIdentifier": "BADGE4486",
    "ActorType": "Human",
    "LastName": "Doe",
    "FirstName": "John",
    "LoginName": "john.doe@domain1.com"
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ResourcePerformanceFaultCleared

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

The FaultCleared type exposes the following members.

Constructors
 NameDescription
Public methodFaultCleared 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 cleared the fault (if known, otherwise null) (optional)
Top
See Also