Click or drag to resize

HandleFaultResponse Class

Response to an external source to modify the behaviour for the equipment to guide the operator process endpoint.
{
  "Result": {
    "Result": "Success",
    "ResultCode": 0,
    "Message": "OK"
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ResourcePerformanceHandleFaultResponse

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

The HandleFaultResponse type exposes the following members.

Constructors
 NameDescription
Public methodHandleFaultResponse Initializes a new instance of the HandleFaultResponse class.
Top
Properties
 NameDescription
Public propertyResult The result of the request
Top
See Also