ReplicatorTarget Constructor (Database) |
Constructs a target with a local database endpoint
Namespace:
Couchbase.Lite.Sync
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax public ReplicatorTarget(
Database other
)
Parameters
- other
- Type: Couchbase.LiteDatabase
The database to replicate with
See Also