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
ClusterNodeNode affected.
Properties
Node
Gets the node that triggered this notification.
public ClusterNode Node { get; }