ILoadBalancer Interface
Namespace: Hazelcast.Clustering.LoadBalancing
Assembly: Hazelcast.Net.dll
Defines a service that can load-balance requests to different members of a cluster.
public interface ILoadBalancer
Properties
Name | Description |
---|---|
Count | Gets the number of members. |
Methods
Name | Description |
---|---|
GetMember() | Selects a member. |
SetMembers(IEnumerable<Guid>) | Sets the members. |