Click or drag to resize

DatabaseCreatePullReplication Method

Creates a new Replication that will pull from the source Database at the given url.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public Replication CreatePullReplication(
	Uri url
)

Parameters

url
Type: SystemUri
The url of the source Database.

Return Value

Type: Replication
A new Replication that will pull from the source Database at the given url.
See Also