| IConnectorGetConnections Method  | 
            Returns an array of established connections made by the connector.
            
 
Namespace: VirtualRadar.Interface.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIConnection[] GetConnections()
Function GetConnections As IConnection()
array<IConnection^>^ GetConnections()
abstract GetConnections : unit -> IConnection[] 
Return Value
Type: 
IConnection
See Also