The InteractionSnapshot 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 | |
---|---|---|
Direction |
Gets the direction of this interaction. See InteractionSnapshotDirection for
valid values.
| |
Disposition |
Gets the disposition of this interaction. See InteractionSnapshotDisposition for
valid values.
| |
InitiationTime |
Gets the initiation time.
Value is expressed as local time.
| |
InteractionId |
Gets the interaction ID. This may not be a unique value.
| |
InteractionIdKey |
Gets the interaction ID key. This is one part of a unique
tripartite key consisting of InteractionIdKey, SequenceNumber and SiteId.
| |
MediaType |
Gets the media type for this interaction. See InteractionSnapshotMediaType for
valid values.
| |
SegmentLog |
Gets the segment log.
The segment log contains an XML representation of the segments within
this interaction.
| |
SequenceNumber |
Gets the sequence number. This is one part of a unique
tripartite key consisting of InteractionIdKey, SequenceNumber and SiteId.
| |
SiteId |
Gets the site ID. This is one part of a unique
tripartite key consisting of InteractionIdKey, SequenceNumber and SiteId.
| |
SummaryValues |
Gets a collection of KeyValuePairs containing all available information about
this interaction.
|