Table of Contents

Class CommandNotification.LoadBalancingCommandArgs

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

Provides information about load balancing operations on commands.

public class CommandNotification.LoadBalancingCommandArgs : NotificationArgs
Inheritance
CommandNotification.LoadBalancingCommandArgs
Inherited Members

Constructors

LoadBalancingCommandArgs(Command)

Initializes a new instance of an object.

public LoadBalancingCommandArgs(Command command)

Parameters

command Command

Command affected.

Properties

Command

Gets the command that triggered this notification.

public Command Command { get; }

Property Value

Command
To top