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 Namespace: CFX.ResourcePerformanceAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic class ModifyStationParametersRequest : CFXMessage
Public Class ModifyStationParametersRequest
Inherits CFXMessage
The ModifyStationParametersRequest type exposes the following members.
Constructors
Properties | Name | Description |
---|
 | NewParameters |
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