An IInteraction that raises the InteractionChanged event when its attributes change.

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

Syntax

C#
public interface IWatchedInteraction : IInteraction, 
	IDisposable
Visual Basic
Public Interface IWatchedInteraction _
	Inherits IInteraction, IDisposable

Remarks

Dispose of the interaction using the IDisposable interface to release server resources involved in monitoring the interaction for changes.

See Also