A base class for monitoring an Interaction Center queue.
Namespace: ININ.InteractionClient.AddInAssembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
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
ININ.InteractionClient.AddIn..::..QueueMonitor