Click or drag to resize
ConnectorActivityType Enumeration
Describes the types of connector activity that are logged.

Namespace: VirtualRadar.Interface.Network
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum ConnectorActivityType
Members
  Member nameValueDescription
Miscellaneous0 Any categories of activity not covered by the other types.
Connected1 A connection was established.
Disconnected2 A connection was dropped.
Exception3 An exception was caught.
See Also