Specifies if an alert should be a silent alert or not.

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

Syntax

C#
public enum MonitoredQueueAlertMode
Visual Basic
Public Enumeration MonitoredQueueAlertMode

Members

Member nameValueDescription
AlertSilently0 The alert on the monitored queue does not cause the phone to ring.
RingTelephone1 The alert on the monitored queue causes the phone to ring.

Remarks

This enumeration is used by MonitoredQueueAlerting to determine if an event on a monitored queue should cause the phone to ring.

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