The DialerHistoryMessage type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object 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.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Agent |
The agent that this message applies to.
| |
Campaign |
The Id of the campaign this message applies to.
| |
Content |
The textual content of the message.
| |
ErrorType |
THe type of error-level event, or None if it is not an error-level event.
| |
Footer |
Optional additional information.
| |
InfoType |
The type of information-level event, or None if it is not an information-level event.
| |
MessageTime |
The time that this message was generated.
| |
ProcessName |
The name of the process that this message originated from.
| |
Severity |
The severity level of this message.
| |
Site |
The site that this message originated from.
| |
Title |
A brief summary of the message contents.
| |
WarningType |
The type of warning-level event, or None if it is not a warning-level event.
|