A queue in the Interaction Center server.

Namespace: ININ.InteractionClient.AddIn
Assembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public interface IQueue : IDisposable
Visual Basic
Public Interface IQueue _
	Inherits IDisposable

Remarks

Retrieve the current list of IInteractions in the queue from the Interactions property. Subscribe to the InteractionAdded, InteractionRemoved, or InteractionChanged events to be notified when an interaction is added, removed, or changes. Dispose of this instance using the IDisposable interface to release server resources related to monitoring this queue.

See Also