Click or drag to resize

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
C#
public ReplicatorTarget(
	Database other
)

Parameters

other
Type: Couchbase.LiteDatabase
The database to replicate with
See Also