Table of Contents

Class WINSDatabaseVerification

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

Represents the database verification configuration of a WINS service.

public class WINSDatabaseVerification : BaseTypeSection
Inheritance
WINSDatabaseVerification

Constructors

WINSDatabaseVerification()

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

public WINSDatabaseVerification()

Properties

MaxRecords

Gets or sets the maximum number of records verified in each verification period.

public int MaxRecords { get; set; }

Property Value

int

VerificationMethod

Gets or sets the method to use when performing verification of the WINS database.

public WINSDatabaseVerificationMethod VerificationMethod { get; set; }

Property Value

WINSDatabaseVerificationMethod

VerificationMethodString

Gets or sets the database verification method as a human readable string.

public string VerificationMethodString { get; set; }

Property Value

string

VerifyConsistency

Gets or sets whether the WINS server should verify database consistency.

public BooleanOption VerifyConsistency { get; set; }

Property Value

BooleanOption

VerifyConsistencyInterval

Gets or sets the time interval in which the WINS Server should verify the database consistency, in hours.

public int VerifyConsistencyInterval { get; set; }

Property Value

int

VerifyStartTime

Gets or sets the time at which database verification should begin.

public DateTime VerifyStartTime { get; set; }

Property Value

DateTime