Click or drag to resize

DatabaseCreatePushReplication Method

Creates a new Replication that will push to the target Database at the given url.

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

Parameters

url
Type: SystemUri
The url of the target Database.

Return Value

Type: Replication
A new Replication that will push to the target Database at the given url.
See Also