Table of Contents

Class WINSServiceIntervals

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

Represents the configuration of the WINS service intervals configuration.

public class WINSServiceIntervals : BaseTypeSection
Inheritance
WINSServiceIntervals

Constructors

WINSServiceIntervals()

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

public WINSServiceIntervals()

Properties

ExtinctionInterval

Gets or sets the frequency at which an entry is marked as released and when it is marked as extinct, in seconds.

public int ExtinctionInterval { get; set; }

Property Value

int

ExtinctionTimeout

Gets or sets the time between an entry being marked as extinct and when it is deleted from the database, in seconds.

public int ExtinctionTimeout { get; set; }

Property Value

int

RenewInterval

Gets or sets the frequency at which a client renews the registration of its name, in seconds.

public int RenewInterval { get; set; }

Property Value

int

VerificationInterval

Gets or sets the time after which the WINS server must verify that names replicated from other WINS servers are still active, in seconds.

public int VerificationInterval { get; set; }

Property Value

int