Click or drag to resize

DatabaseCreateReplication Method (Uri)

Creates a replication with the giveb remote URL

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0074
Syntax
C#
public IReplication CreateReplication(
	Uri remoteUrl
)

Parameters

remoteUrl
Type: SystemUri
The remote URL to replicate with

Return Value

Type: IReplication
The replication object
Remarks
The 2.0 protocol requires a new version of Sync Gateway with BLIP enabled (CouchDB, Cloudant, etc will NOT work)
See Also