Click or drag to resize
Grid Solutions Framework

PhasorDataConcentratorBaseStopDataChannel Method

Stops the PhasorDataConcentratorBase real-time data stream.

Namespace: PhasorProtocolAdapters
Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.182-beta
Syntax
[AdapterCommandAttribute("Manually stops the real-time data stream.", new string[] { ... })]
public virtual void StopDataChannel()
View Source
Remarks
This method will allow host administrator to manually stop the data channel, thus disabling the real-time data stream. If command channel is defined, it will be unaffected.
See Also