Class WINSServiceConfiguration
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a the configuration of the WINS Service
public class WINSServiceConfiguration : BaseTypeSection
- Inheritance
-
WINSServiceConfiguration
Constructors
WINSServiceConfiguration()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WINSServiceConfiguration class.
public WINSServiceConfiguration()
Properties
BackupDatabaseOnShutdown
Gets or sets whether the database is backed up during shutdown.
public BooleanOption BackupDatabaseOnShutdown { get; set; }
Property Value
BackupPath
Gets or sets the location to the WINS backup path on this server.
public string BackupPath { get; set; }
Property Value
BurstQueueSize
Gets or sets the burst queue size.
public int BurstQueueSize { get; set; }
Property Value
BurstQueueSizeString
Gets or sets the burst queue Size in a human readable format.
public string BurstQueueSizeString { get; set; }
Property Value
ComputerName
Gets or sets the name of the server running this WINS service - for example "CORP-WINS01".
public string ComputerName { get; set; }
Property Value
DatabasePath
Gets or sets the path to the database - for example "C:\WINDOWS\system32\wins\wins.mdb".
public string DatabasePath { get; set; }
Property Value
DatabaseVerification
Gets or sets the database validation settings for a WINS Server.
public WINSDatabaseVerification DatabaseVerification { get; set; }
Property Value
EnableBurstHandling
Gets or sets whether burst handling is enabled.
public BooleanOption EnableBurstHandling { get; set; }
Property Value
Intervals
Gets or sets the interval timeouts configured for a WINS service.
public WINSServiceIntervals Intervals { get; set; }
Property Value
LogDetailedEvents
Gets or sets whether the WINS server should log detailed events to the Windows Event Log.
public BooleanOption LogDetailedEvents { get; set; }
Property Value
OperatingSystemName
Gets or sets the name of the Operating System of the server running this WINS service - for example "Microsoft(R) Windows(R) Server 2003, Enterprise Edition".
public string OperatingSystemName { get; set; }
Property Value
ReplicationSettings
Gets or sets the replication settings configured on this WINS service.
public WINSReplicationSettings ReplicationSettings { get; set; }
Property Value
SerialNumber
Gets or sets the serial number of the server running this WINS service.
public string SerialNumber { get; set; }
Property Value
ServiceInformation
Gets or sets the information of the WINS Windows service at the time of the scan.
public WindowsService ServiceInformation { get; set; }
Property Value
StartingVersionID
Gets or sets the starting version ID in hexadecimal, a counter used to determine which WINS database entries must be updated during replication.
public string StartingVersionID { get; set; }
Property Value
Methods
FromXml(string)
Creates a clone of this CENTREL.XIA.Configuration.Types.WINSServiceConfiguration object.
public static WINSServiceConfiguration FromXml(string Xml)
Parameters
Xml
string
Returns
- WINSServiceConfiguration
A clone of this CENTREL.XIA.Configuration.Types.WINSServiceConfiguration object.