Chameleon and Iguana Plugin C# Class Libraries

Source.WaitForDisconnect Method 

Waits until the plugin is disconnected from Iguana.

[Visual Basic]
Public Sub WaitForDisconnect()
[C#]
public void WaitForDisconnect();

Remarks

May not be called from within an event handler (for example, may not be called from within the Disconnected handler).

See Also

Source Class | iNTERFACEWARE.Iguana.Plugin Namespace