ConnectorActivityEvent Constructor (String, ConnectorActivityType, String, TimestampedException) |
Creates a new object.
Namespace: VirtualRadar.Interface.NetworkAssembly: 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
)
Protected Sub New (
connectorName As String,
type As ConnectorActivityType,
message As String,
exception As TimestampedException
)
protected:
ConnectorActivityEvent(
String^ connectorName,
ConnectorActivityType type,
String^ message,
TimestampedException^ exception
)
new :
connectorName : string *
type : ConnectorActivityType *
message : string *
exception : TimestampedException -> ConnectorActivityEvent
Parameters
- connectorName
- Type: SystemString
- type
- Type: VirtualRadar.Interface.NetworkConnectorActivityType
- message
- Type: SystemString
- exception
- Type: VirtualRadar.InterfaceTimestampedException
See Also