Click or drag to resize

DatabaseCreateReplication Method (Database)

Creates a replication with another local database

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

Parameters

otherDatabase
Type: Couchbase.LiteDatabase
The local database to replicate with

Return Value

Type: IReplication
The replication object
See Also