Example

The following example shows how to stop the Personal Communications connection identified by the Handle parameter.

' Create a new connection manager
dim myCMgrObj as new lsxECLConnMgr
 
' Stop the first connection found in the list
myCMgrObj.StopConnection(myCMgrObj.lsxECLConnList(1).Handle,
                      "saveprofile=no")