The HistoryItem 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 | |
---|---|---|
BeginTime |
Gets the time the interaction began.
| |
Direction |
Gets the direction of the interaction.
| |
EndTime |
Gets the time the interaction was disconnected or left the queue.
| |
InteractionId |
Gets the interaction ID of the Interaction to which the history data corresponds.
| |
InteractionLog |
Gets log information about the interaction as a string.
| |
ItemFlags |
Gets flags indicating the status of the interaction.
| |
LocalAddress |
Gets the address of the local party.
| |
LocalId |
Gets the displayable address of local party.
| |
LocalName |
Gets the displayable name of the local party.
| |
Notes |
Gets the notes that were added to the interaction.
| |
RemoteAddress |
Gets the address of the remote party.
| |
RemoteId |
Gets the remote party ID as a friendly display value.
| |
RemoteName |
Gets the displayable name of the remote party.
|