Click or drag to resize

ModifyStationParameterRequest Class

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

This request allows an external source to modify a generic configuration parameter of a process endpoint. Upon successful processing of this request, the endpoint should publish a StationParameterModified message in addition to the ModifyStationParameterResponse message that it sends back to the requester.
{
  "ParameterName": "Torque1",
  "ParameterValue": "35.6"
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ResourcePerformanceModifyStationParameterRequest

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

The ModifyStationParameterRequest type exposes the following members.

Properties
  NameDescription
Public propertyParameterName
The name of the configuration parameter
Public propertyParameterValue
The new value for the configuration parameter
Top
See Also