Click or drag to resize

ModifyStationParametersRequest Class

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 StationParametersModified message in addition to the ModifyStationParametersResponse message that it sends back to the requester.
{
  "NewParameters": [
    {
      "$type": "CFX.Structures.GenericParameter, CFX",
      "Name": "Torque1",
      "Value": "35.6"
    }
  ]
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ResourcePerformanceModifyStationParametersRequest

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

The ModifyStationParametersRequest type exposes the following members.

Constructors
 NameDescription
Public methodModifyStationParametersRequest Default Constructor
Top
Properties
 NameDescription
Public propertyNewParameters A list of the paramters to be modified. The Parameter structure is a dynamic structure, and may be of differing types depending on the type of endpoint.
Top
See Also