Unloads this AddIn instance.

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 void Unload()
Visual Basic
Public Sub Unload

Implements

IAddIn..::..Unload()()()()

Remarks

AddIns are unloaded when the application exits. Perform any cleanup or dispose of any objects at this time.

See Also