Stops the PhasorDataConcentratorBase real-time data stream.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[AdapterCommandAttribute("Manually stops the real-time data stream.")] public virtual void StopDataChannel()
<AdapterCommandAttribute("Manually stops the real-time data stream.")> _ Public Overridable Sub StopDataChannel
[AdapterCommandAttribute(L"Manually stops the real-time data stream.")] public: virtual void StopDataChannel()
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.