IServer.DelayBetweenJoins Property

AdiIRC API v2

IServerDelayBetweenJoins Property

Returns number of seconds to delay between each channel join on this IServer.

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

Property Value

Type: Int32
See Also