Click or drag to resize
IConnectorActivityLogRecordConnectorDestroyed Method
Called by every connector to deregister itself from the logger.

Namespace: VirtualRadar.Interface.Network
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void RecordConnectorDestroyed(
	IConnector connector
)

Parameters

connector
Type: VirtualRadar.Interface.NetworkIConnector
See Also