When this flag is set, client tries to connect to the optimum server in terms of number of connected clients. This way almost equal number of clients are connected to every node in the clustered cache and no single node is overburdened.

Namespace: Alachisoft.NCache.Web.Caching
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public bool LoadBalance { get; set; }
Visual Basic
Public Property LoadBalance As Boolean
	Get
	Set
Visual C++
public:
property bool LoadBalance {
	bool get ();
	void set (bool value);
}

See Also