Gets the specified 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#
IQueue GetQueue(
	string name,
	IEnumerable<string> attributes
)
Visual Basic
Function GetQueue ( _
	name As String, _
	attributes As IEnumerable(Of String) _
) As IQueue

Parameters

name
Type: System..::..String
The name of the queue. An empty string will get the "My Interactions" queue, or use the MyInteractionsQueueName property to explicitly specify the "My Interactions" queue.
attributes
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
The interaction attributes to monitor for changes on the queue.

Return Value

An IQueue instance corresponding to the specified queue name.

See Also