Chameleon and Iguana Plugin C# Class Libraries

Destination.DisconnectReason Property

Describes the reason for the plugin's (most recent) disconnection from Iguana.

[Visual Basic]
Public ReadOnly Property DisconnectReason As DisconnectReason
[C#]
public DisconnectReason DisconnectReason {get;}

Remarks

Only valid after the plugin has been disconnected, and before any subsequent connection attempts. Specifically, only valid within the Disconnected handler or after the return of a call to WaitForDisconnect or WaitForDisconnectWithTimeout, and before any subsequent calls to Connect.

See Also

Destination Class | iNTERFACEWARE.Iguana.Plugin Namespace