Click or drag to resize

FaultCleared Class

[This is preliminary documentation and is subject to change.]

Sent by a process endpoint when a fault is cleared as described in a FaultOccurred message
{
  "FaultOccurrenceId": "731ce619-7e80-4bf0-bb82-2985a9fa7368"
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ResourcePerformanceFaultCleared

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

The FaultCleared type exposes the following members.

Properties
  NameDescription
Public propertyFaultOccurrenceId
A unique identifier of the instance of the related fault. Corresponds with the FaultOccurrenceId property of the corresponding FaultOccurred message
Top
See Also