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
Syntaxpublic IReplication CreateReplication(
Database otherDatabase
)
Parameters
- otherDatabase
- Type: Couchbase.LiteDatabase
The local database to replicate with
Return Value
Type:
IReplicationThe replication object
See Also