Chameleon and Iguana Plugin C# Class Libraries

DisconnectReason.DueToPlugin Property

Indicates that the plugin requested disconnection from Iguana.

[Visual Basic]
Public ReadOnly Property DueToPlugin As Boolean
[C#]
public bool DueToPlugin {get;}

Remarks

Plugins may request disconnection by invoking the Disconnect or Disconnect methods, depending on the type of plugin.

See Also

DisconnectReason Class | iNTERFACEWARE.Iguana.Plugin Namespace