Click or drag to resize
IConnectorCloseConnection Method
Tells the connector to close all connections. This blocks until all connections have been shut down.

Namespace: VirtualRadar.Interface.Network
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void CloseConnection()
Remarks
Connections can be re-opened by calling EstablishConnection once this call returns.
See Also