Gets the "My Interactions" queue for the logged in user.

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 GetMyInteractions(
	IEnumerable<string> attributes
)
Visual Basic
Function GetMyInteractions ( _
	attributes As IEnumerable(Of String) _
) As IQueue

Parameters

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 "My Interactions" queue.

See Also