Property LoadBalance
LoadBalance
When this flag is set, client tries to connect to the optimum server, in terms of number of connected clients. This way approximately equal number of clients are connected to every node in the clustered cache and no single node is overburdened.
Declaration
public bool? LoadBalance { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | When this flag is set, client tries to connect to the optimum server in terms of number of connected clients. |