The InteractionSnapshot type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyDirection
Gets the direction of this interaction. See InteractionSnapshotDirection for valid values.
Public propertyDisposition
Gets the disposition of this interaction. See InteractionSnapshotDisposition for valid values.
Public propertyInitiationTime
Gets the initiation time. Value is expressed as local time.
Public propertyInteractionId
Gets the interaction ID. This may not be a unique value.
Public propertyInteractionIdKey
Gets the interaction ID key. This is one part of a unique tripartite key consisting of InteractionIdKey, SequenceNumber and SiteId.
Public propertyMediaType
Gets the media type for this interaction. See InteractionSnapshotMediaType for valid values.
Public propertySegmentLog
Gets the segment log. The segment log contains an XML representation of the segments within this interaction.
Public propertySequenceNumber
Gets the sequence number. This is one part of a unique tripartite key consisting of InteractionIdKey, SequenceNumber and SiteId.
Public propertySiteId
Gets the site ID. This is one part of a unique tripartite key consisting of InteractionIdKey, SequenceNumber and SiteId.
Public propertySummaryValues
Gets a collection of KeyValuePairs containing all available information about this interaction.

See Also