The base interface for an Interaction Client AddIn.

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 IAddIn
Visual Basic
Public Interface IAddIn

Remarks

Any classes that implement this interface will be loaded by the Interaction Client and the Load(IServiceProvider) method will be called.

See Also