Replicator Class |
Namespace: Couchbase.Lite.Sync
public sealed class Replicator
The Replicator type exposes the following members.
Name | Description | |
---|---|---|
Replicator |
Constructs a replicator based on the given ReplicatorConfiguration |
Name | Description | |
---|---|---|
Config |
Gets the configuration that was used to create this Replicator
| |
LastError |
Gets the most recent error associated with this replication
| |
Status |
Gets the current status of the Replicator |
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the Replicator | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize |
Finalizer
(Overrides ObjectFinalize.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Start |
Starts the replication
| |
Stop |
Stops the replication
| |
ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
StatusChanged |
An event that is fired when the replicator changes its status for reasons like
processing more data or changing its condition
|