Class NodeNotification
- Namespace
- Dynamicweb.LoadBalancing.Notifications
- Assembly
- Dynamicweb.Core.dll
LoadBalancingNodeNotification
public sealed class NodeNotification
- Inheritance
-
NodeNotification
- Inherited Members
Fields
AfterBanLifted
Notification after node has been reactivated after being banned for some time.
public const string AfterBanLifted = "DWN_LOADBALANCING_NODE_AFTER_BANLIFTED"
Field Value
AfterDisabled
Notification after node has failed and wont be resent again.
public const string AfterDisabled = "DWN_LOADBALANCING_NODE_AFTER_DISABLED"
Field Value
AfterInitialized
Notification after node has been reactivated after being banned for some time.
public const string AfterInitialized = "DWN_LOADBALANCING_NODE_AFTER_INITIALIZED"
Field Value
BeforeBanLifted
Notification before a node that is banned is tried for readmission into the cluster.
public const string BeforeBanLifted = "DWN_LOADBALANCING_NODE_BEFORE_BANLIFTED"
Field Value
BeforeDisabled
Notification after node has failed and wont be resent again.
public const string BeforeDisabled = "DWN_LOADBALANCING_NODE_BEFORE_DISABLED"
Field Value
BeforeInitialized
Notification before a node that is banned is tried for readmission into the cluster.
public const string BeforeInitialized = "DWN_LOADBALANCING_NODE_BEFORE_INITIALIZED"
Field Value
TemporarilyBanned
Notification after node has been designated to be skipped for the next period of time.
public const string TemporarilyBanned = "DWN_LOADBALANCING_NODE_TEMPORARILYBANNED"