Click or drag to resize

LockStationResponse Class

Response to a request that the endpoint cease active operation (locked) as soon as practically possible at a process endpoint.
{
  "Result": {
    "Result": "Success",
    "ResultCode": 0,
    "Message": "OK"
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionLockStationResponse

Namespace: CFX.Production
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class LockStationResponse : CFXMessage

The LockStationResponse type exposes the following members.

Constructors
 NameDescription
Public methodLockStationResponse 
Top
Properties
 NameDescription
Public propertyResult The result of the request
Top
See Also