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
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
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
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; }