Example

The following example shows how to use the Refresh method to get a current list of connections.

'Create a new lsxConnMgr
dim myCMgrObj as new lsxECLConnMgr
 
'Get the lsxConnList contained in the lsxConnMgr
dim myCListObj as lsxECLConnList
set myCListObj = myCMgrObj.lsxECLConnList
 
later…
 
'Refresh the list of connections found in lsxECLConnList
myCListObj.Refresh