Click or drag to resize

Replicator Constructor

Constructs a replicator based on the given ReplicatorConfiguration

Namespace:  Couchbase.Lite.Sync
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public Replicator(
	ReplicatorConfiguration config
)

Parameters

config
Type: Couchbase.Lite.SyncReplicatorConfiguration
The configuration to use to create the replicator
See Also