Table of Contents

Class NodeNotification.LoadBalancingNodeArgs

Namespace
Dynamicweb.LoadBalancing.Notifications
Assembly
Dynamicweb.Core.dll

Provides information about load balancing operations on nodes.

public class NodeNotification.LoadBalancingNodeArgs : NotificationArgs
Inheritance
NodeNotification.LoadBalancingNodeArgs
Inherited Members

Constructors

LoadBalancingNodeArgs(ClusterNode)

Initializes a new instance of an object.

public LoadBalancingNodeArgs(ClusterNode node)

Parameters

node ClusterNode

Node affected.

Properties

Node

Gets the node that triggered this notification.

public ClusterNode Node { get; }

Property Value

ClusterNode
To top