Click or drag to resize

Replication Methods

The Replication type exposes the following members.

Methods
  NameDescription
Public methodClearAuthenticationStores
Deletes any persistent credentials (passwords, auth tokens...) associated with this replication's Authenticator. Also removes session cookies from the cookie store.
Public methodDeleteCookie
Deletes a cookie specified by name
Public methodGetPendingDocumentIDs
Gets a collection of document IDs that have been scheduled for replication but not yet completed.
Public methodIsDocumentPending
Checks if the specified document is pending replication
Public methodRestart
Restarts the Replication.
Public methodSetCookie
Sets an HTTP cookie for the Replication.
Public methodStart
Starts the Replication.
Public methodStop
Stops the Replication.
Top
See Also