Click or drag to resize

ReplicatorConfiguration Constructor (Database, Uri)

Constructs a configuration between a database and a remote URL

Namespace:  Couchbase.Lite.Sync
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax
C#
public ReplicatorConfiguration(
	Database localDatabase,
	Uri endpoint
)

Parameters

localDatabase
Type: Couchbase.LiteDatabase
The local database for replication
endpoint
Type: SystemUri
The URL to replicate with
See Also