Click or drag to resize
ConnectorActivityEvent Constructor (String, ConnectorActivityType, String)
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,
	ConnectorActivityType type,
	string message
)

Parameters

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