Click or drag to resize
IConnectorActivityLogViewPopulate Method
Shows the connector activity events passed across to the user.

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void Populate(
	IEnumerable<ConnectorActivityEvent> connectorActivityEvents
)

Parameters

connectorActivityEvents
Type: System.Collections.GenericIEnumerableConnectorActivityEvent
See Also