ConnectorActivityEvent Class |
Namespace: VirtualRadar.Interface.Network
The ConnectorActivityEvent type exposes the following members.
Name | Description | |
---|---|---|
ConnectorActivityEvent(String, String, TimestampedException) |
Creates a new object.
| |
ConnectorActivityEvent(String, ConnectorActivityType, String) |
Creates a new object.
| |
ConnectorActivityEvent(String, ConnectorActivityType, String, TimestampedException) |
Creates a new object.
|
Name | Description | |
---|---|---|
ConnectorName |
Gets the name of the connector.
| |
Exception |
Gets the recorded exception.
| |
Id |
Gets a unique identifier assigned to each event object created.
| |
Message |
Gets a message describing the activity. The message is always in English, I need
to be able to read them when supporting VRS.
| |
Time |
Gets the time (at UTC) that the activity took place.
| |
Type |
Gets the type of activity.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ShiftTimeForwardOneMillisecond |
Moves the activity's time forward one millisecond so that it sorts into the true order
when two activities with the exact same time are recorded.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |