When the queue is empty, the worker wait during a random amount of time before doing something. It is the max sleep time, in milliseconds.

Namespace:  Cloudster
Assembly:  Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int MaxSleepTime { get; set; }
Visual Basic (Declaration)
Public Property MaxSleepTime As Integer
Visual C++
public:
property int MaxSleepTime {
	int get ();
	void set (int value);
}

See Also