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

Remarks

Perform any cleanup or dispose of any objects at this time.

See Also