DatabaseCreatePushReplication Method |
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax public Replication CreatePushReplication(
Uri url
)
Parameters
- url
- Type: SystemUri
The url of the target Database.
Return Value
Type:
ReplicationA new
Replication that will push to the target
Database at the given url.
See Also