Initializes a new instance of the QueueMonitor class.

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

Syntax

C#
protected QueueMonitor(
	string queueName
)
Visual Basic
Protected Sub New ( _
	queueName As String _
)

Parameters

queueName
Type: System..::..String
The name of the queue. (Required)

See Also