Represents an interaction's disposition.
Namespace: ININ.IceLib.Reporting.InteractionsAssembly: 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 name | Value | Description | |
---|---|---|---|
Unknown | 0 | An unknown disposition. | |
NeverConnected | 1 | The interaction was never connected. | |
RemoteDisconnectDuringDelaySegment | 2 | The interaction was disconnected by the remote party during the delay segment. | |
LocalDisconnectDuringDelaySegment | 3 | The interaction was disconnected by the local party during the delay segment. | |
RemoteDisconnectDuringAlertSegment | 4 | The interaction was disconnected by the remote party during the alert segment. | |
LocalDisconnectDuringAlertSegment | 5 | The interaction was disconnected by the local party during the alert segment. | |
RemoteDisconnectDuringConnectSegment | 6 | The interaction was disconnected by the remote party during the connect segment. | |
LocalDisconnectDuringConnectSegment | 7 | 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.
For 4.0, supported for IC Server version 4.0 GA and beyond.