Example
The following example shows how to disconnect the ECL Connection from the host data stream.
' Create a new lsxECLConnection object for ECL Connection A
dim myConnObj as new lsxECLConnection("A")
' Stop communications with the host on this connection
if myConnObj.CommStarted = 1 then
myConnObj.StopCommunication