Starts the PhasorDataConcentratorBase real-time data stream.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[AdapterCommandAttribute("Manually starts the real-time data stream.")] public virtual void StartDataChannel()
<AdapterCommandAttribute("Manually starts the real-time data stream.")> _ Public Overridable Sub StartDataChannel
[AdapterCommandAttribute(L"Manually starts the real-time data stream.")] public: virtual void StartDataChannel()
Remarks
If AutoStartDataChannel is false, this method will allow host administrator
to manually start the data channel, thus enabling the real-time data stream. If command channel
is defined, it will be unaffected.