A base class for monitoring an Interaction Center queue.

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 abstract class QueueMonitor : IAddIn, 
	IDisposable
Visual Basic
Public MustInherit Class QueueMonitor _
	Implements IAddIn, IDisposable

Remarks

This "helper" base class encapsulates common functionality that allows a queue monitor implementation to focus on actually responding to queue events (added, removed, changed), and not on implementing the code to become an Interaction Client AddIn. Simply derive from this class and implement the virtual methods to handle queue events.

Inheritance Hierarchy

System..::..Object
  ININ.InteractionClient.AddIn..::..QueueMonitor

See Also