Chameleon and Iguana Plugin C# Class Libraries

Destination.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

Destination Class | iNTERFACEWARE.Iguana.Plugin Namespace