Table of Contents

Class WINSReplicationPartners

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

Represents a collection of WINS replication partners.

public class WINSReplicationPartners : BaseTypeSection
Inheritance
WINSReplicationPartners

Constructors

WINSReplicationPartners()

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

public WINSReplicationPartners()

Properties

Items

Gets or sets the items in the collection.

public WINSReplicationPartnerCollection Items { get; set; }

Property Value

WINSReplicationPartnerCollection

Methods

FindByAddress(string)

Returns the replication partner with the specified address, if no partner is found then null is returned.

public WINSReplicationPartner FindByAddress(string Address)

Parameters

Address string

The IP address of the partner to locate.

Returns

WINSReplicationPartner

The WINS Replication partner with the specified address.

PartnerExists(string)

Determines if the WINS replication partner with the specified address exists within the collection.

public bool PartnerExists(string Address)

Parameters

Address string

Returns

bool

A System.Boolean value that indicates whether the partner with the specified address exists.

ToString()

Returns the replication partners as a human readable string.

public override string ToString()

Returns

string

The replication partners as a human readable string.