IServer.IsReconnecting Property

AdiIRC API v2

IServerIsReconnecting Property

Returns whether the IServer is re-connecting.

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
bool IsReconnecting { get; }
ReadOnly Property IsReconnecting As Boolean
	Get
property bool IsReconnecting {
	bool get ();
}
abstract IsReconnecting : bool with get

Property Value

Type: Boolean
See Also