Click or drag to resize

ReplicatorConfiguration Constructor

Constructs a new builder object with the required properties

Namespace:  Couchbase.Lite.Sync
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public ReplicatorConfiguration(
	Database database,
	IEndpoint target
)

Parameters

database
Type: Couchbase.LiteDatabase
The database that will serve as the local side of the replication
target
Type: Couchbase.Lite.SyncIEndpoint
The endpoint to replicate to, either local or remote
See Also