Enum LoadBalancingState
- Namespace
- Dynamicweb.LoadBalancing
- Assembly
- Dynamicweb.Core.dll
public enum LoadBalancingState
Fields
Active = 1Indicates that the Load Balancing cluster is active and this node is part of it.
Disabled = 2Indicates that this instance is disabled as a node in the Load Balancing cluster.
Uninitialized = 0Indicates that the Load Balancing cluster has not been initialized. Either this instance is not part of the cluster, or there are no other active nodes in the cluster.