Class WINSServicePushReplicationSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the push replication settings for a WINS Service.
public class WINSServicePushReplicationSettings : WINSPushReplicationSettings
- Inheritance
-
WINSServicePushReplicationSettings
- Inherited Members
Constructors
WINSServicePushReplicationSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WINSServicePushReplicationSettings class.
public WINSServicePushReplicationSettings()
Properties
ReplicateAtStartup
Gets or sets whether the WINS push replication settings should commence replication with pull partners at startup.
public BooleanOption ReplicateAtStartup { get; set; }
Property Value
ReplicateOnAddressChange
Gets or sets whether the WINS Server should replicate when any address changes within the mapping database.
public BooleanOption ReplicateOnAddressChange { get; set; }