Class WINSPullReplicationSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the pull replication settings for a WINS Server or Service
public class WINSPullReplicationSettings : BaseTypeSection
- Inheritance
-
WINSPullReplicationSettings
- Derived
Constructors
WINSPullReplicationSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WINSPullReplicationSettings class.
public WINSPullReplicationSettings()
Properties
NumberOfRetries
Gets or sets the number of retries a WINS server makes to a pull partner in the event of a communications failure.
public int NumberOfRetries { get; set; }
Property Value
ReplicationInterval
Gets or sets the interval after the replication start time at which to commence a pull of records, in seconds.
public int ReplicationInterval { get; set; }
Property Value
ReplicationStartTime
Gets or sets the time at which pull replication should begin.
public DateTime ReplicationStartTime { get; set; }
Property Value
UsePersistentConnections
Gets or sets whether persistent connections are used between push replication partners.
public BooleanOption UsePersistentConnections { get; set; }