Click or drag to resize
IConnectorActivityLogRecordConnectorCreated Method
Called by every connector to register itself with the logger.

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

Parameters

connector
Type: VirtualRadar.Interface.NetworkIConnector
See Also