DisconnectReason property
Describes the reason for the plugin's (most recent) disconnection from Iguana.
Applies to
Declaration
property DisconnectReason : IIGCdisconnectReason;
Description
Only valid after the plugin has been disconnected, and before any subsequent connection attempts. Specifically, only valid within the OnDisconnected handler or after the return of a call to WaitForDisconnect or WaitForDisconnectWithTimeout, and before any subsequent calls to Connect.