Table of Contents

Enum LoadBalancingState

Namespace
Dynamicweb.LoadBalancing
Assembly
Dynamicweb.Core.dll
public enum LoadBalancingState

Fields

Active = 1

Indicates that the Load Balancing cluster is active and this node is part of it.

Disabled = 2

Indicates that this instance is disabled as a node in the Load Balancing cluster.

Uninitialized = 0

Indicates 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.

To top