Table of Contents

Class WindowsNlbConfiguration

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the network load balancing (NLB) configuration on a Windows machine.

public class WindowsNlbConfiguration : BypassSection
Inheritance
WindowsNlbConfiguration
Inherited Members

Constructors

WindowsNlbConfiguration()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsNlbConfiguration class.

public WindowsNlbConfiguration()

Properties

ClusterNames

Gets or sets the names of the clusters to which this machine is a member.

public SerializableStringCollection ClusterNames { get; set; }

Property Value

SerializableStringCollection

Enabled

Gets or sets whether network load balancing is enabled on this machine.

public BooleanOption Enabled { get; set; }

Property Value

BooleanOption

Methods

ToString()

Returns the network load balacing configuration as a human readable string.

public override string ToString()

Returns

string

The network load balacing configuration as a human readable string.