Gets the interactions on the 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#
ICollection<IInteraction> Interactions { get; }
Visual Basic
ReadOnly Property Interactions As ICollection(Of IInteraction)
	Get

Field Value

The interactions on the queue.

See Also