Represents an interaction's disposition.

Namespace: ININ.IceLib.Reporting.Interactions
Assembly: ININ.IceLib.Reporting (in ININ.IceLib.Reporting.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public enum InteractionSnapshotDisposition
Visual Basic
Public Enumeration InteractionSnapshotDisposition

Members

Member nameValueDescription
Unknown0 An unknown disposition.
NeverConnected1 The interaction was never connected.
RemoteDisconnectDuringDelaySegment2 The interaction was disconnected by the remote party during the delay segment.
LocalDisconnectDuringDelaySegment3 The interaction was disconnected by the local party during the delay segment.
RemoteDisconnectDuringAlertSegment4 The interaction was disconnected by the remote party during the alert segment.
LocalDisconnectDuringAlertSegment5 The interaction was disconnected by the local party during the alert segment.
RemoteDisconnectDuringConnectSegment6 The interaction was disconnected by the remote party during the connect segment.
LocalDisconnectDuringConnectSegment7 The interaction was disconnected by the local party during the connect segment.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.

See Also