Click or drag to resize

DatabaseEndpoint Constructor

Constructor creating an endpoint using the given database

Namespace:  Couchbase.Lite.Sync
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public DatabaseEndpoint(
	Database database
)

Parameters

database
Type: Couchbase.LiteDatabase
The database to use in the replication
See Also