Gets an interaction that is notified of changes to the specified attributes.

Namespace: ININ.InteractionClient.AddIn
Assembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
IWatchedInteraction GetInteraction(
	string interactionId,
	IEnumerable<string> attributes
)
Visual Basic
Function GetInteraction ( _
	interactionId As String, _
	attributes As IEnumerable(Of String) _
) As IWatchedInteraction

Parameters

interactionId
Type: System..::..String
The interaction ID.
attributes
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
The attributes on the interaction to watch for changes.

See Also