Click or drag to resize
ConnectorActivityEvent Constructor (String, 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
public ConnectorActivityEvent(
	string connectorName,
	string message,
	TimestampedException exception
)

Parameters

connectorName
Type: SystemString
message
Type: SystemString
exception
Type: VirtualRadar.InterfaceTimestampedException
See Also