Table of Contents

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

string

AfterDisabled

Notification after node has failed and wont be resent again.

public const string AfterDisabled = "DWN_LOADBALANCING_NODE_AFTER_DISABLED"

Field Value

string

AfterInitialized

Notification after node has been reactivated after being banned for some time.

public const string AfterInitialized = "DWN_LOADBALANCING_NODE_AFTER_INITIALIZED"

Field Value

string

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

string

BeforeDisabled

Notification after node has failed and wont be resent again.

public const string BeforeDisabled = "DWN_LOADBALANCING_NODE_BEFORE_DISABLED"

Field Value

string

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

string

TemporarilyBanned

Notification after node has been designated to be skipped for the next period of time.

public const string TemporarilyBanned = "DWN_LOADBALANCING_NODE_TEMPORARILYBANNED"

Field Value

string
To top