Table of Contents

Class WINSPushReplicationSettings

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the push replication settings for a WINS service or server.

public class WINSPushReplicationSettings : BaseTypeSection
Inheritance
WINSPushReplicationSettings
Derived

Constructors

WINSPushReplicationSettings()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.WINSPushReplicationSettings class.

public WINSPushReplicationSettings()

Properties

TriggerCount

Gets or sets the number of changes that are required before partners are informed.

public int TriggerCount { get; set; }

Property Value

int

UsePersistentConnections

Gets or sets whether persistent connections are used between push replication partners.

public BooleanOption UsePersistentConnections { get; set; }

Property Value

BooleanOption