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

Remarks

Returns a collection of the IInteractions currently on the monitored queue.

See Also