[AdapterCommandAttribute("Manually stops the real-time data stream.", new string[] { ... })]
publicvirtualvoidStopDataChannel()
<AdapterCommandAttribute("Manually stops the real-time data stream.", New String() { ... })>
PublicOverridableSubStopDataChannel
public:
[AdapterCommandAttribute(L"Manually stops the real-time data stream.", __gc new array<String^>^ { ... })]
virtualvoidStopDataChannel()
[<AdapterCommandAttribute("Manually stops the real-time data stream.", new string[] { ... })>]
abstractStopDataChannel : unit->unit
[<AdapterCommandAttribute("Manually stops the real-time data stream.", new string[] { ... })>]
overrideStopDataChannel : unit->unit
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.