Click or drag to resize
ConnectorActivityEvent Constructor (String, ConnectorActivityType, String, TimestampedException)
Creates a new object.

Namespace: VirtualRadar.Interface.Network
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected ConnectorActivityEvent(
	string connectorName,
	ConnectorActivityType type,
	string message,
	TimestampedException exception
)

Parameters

connectorName
Type: SystemString
type
Type: VirtualRadar.Interface.NetworkConnectorActivityType
message
Type: SystemString
exception
Type: VirtualRadar.InterfaceTimestampedException
See Also