Represents the disposition of an interaction.

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

Syntax

C#
public enum DispositionType
Visual Basic
Public Enumeration DispositionType

Members

Member nameValueDescription
Unknown0 Unknown disposition type.
NeverConnected1 The interaction was never connected.
RemoteDisconnectDuringDelaySegment2 The interaction was disconnected remotely during the delay segment.
LocalDisconnectDuringDelaySegment3 The interaction was disconnected locally during the delay segment.
RemoteDisconnectDuringAlertSegment4 The interaction was disconnected remotely during the alert segment.
LocalDisconnectDuringAlertSegment5 The interaction was disconnected locally during the alert segment.
RemoteDisconnectDuringConnectSegment6 The interaction was disconnected remotely during the connect segment.
LocalDisconnectDuringConnectSegment7 The interaction was disconnected locally 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 SU 5 and beyond.

See Also