Click or drag to resize

ModifyStationParameterResponse Class

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

Response to an external source to modify a generic configuration parameter of a process endpoint.
{
  "Result": {
    "Result": "Success",
    "ResultCode": 0,
    "Message": "OK"
  },
  "ParameterName": "Torque1",
  "OldParameterValue": "22.6",
  "NewParameterValue": "35.6"
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ResourcePerformanceModifyStationParameterResponse

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

The ModifyStationParameterResponse type exposes the following members.

Properties
  NameDescription
Public propertyNewParameterValue
The new value of the configuration setting
Public propertyOldParameterValue
The previous value of the configuration setting
Public propertyParameterName
THe name of the configuration setting that was modified
Public propertyResult
The result of the request
Top
See Also