Click or drag to resize

LockStationResponse Class

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

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:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public class LockStationResponse : CFXMessage

The LockStationResponse type exposes the following members.

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