Gets the "My Interactions" queue for the logged in user.
Namespace: ININ.InteractionClient.AddInAssembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
IQueue GetMyInteractions( IEnumerable<string> attributes, IEnumerable<string> supportingAttributes ) |
Visual Basic |
---|
Function GetMyInteractions ( _ attributes As IEnumerable(Of String), _ supportingAttributes 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.
- supportingAttributes
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
Additional interaction attributes for which change notifications are not raised, but are still available to query on an interaction.