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
| Count | Gets the number of members. |
Methods
| GetMember() | Selects a member. |
| NotifyMembers(IEnumerable<Guid>) | Notifies the load balancer of a new set of members. |