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
VerificationMethod
Gets or sets the method to use when performing verification of the WINS database.
public WINSDatabaseVerificationMethod VerificationMethod { get; set; }
Property Value
VerificationMethodString
Gets or sets the database verification method as a human readable string.
public string VerificationMethodString { get; set; }
Property Value
VerifyConsistency
Gets or sets whether the WINS server should verify database consistency.
public BooleanOption VerifyConsistency { get; set; }
Property Value
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
VerifyStartTime
Gets or sets the time at which database verification should begin.
public DateTime VerifyStartTime { get; set; }