Replicator Class |
Namespace: Couchbase.Lite.Sync
public sealed class Replicator : IDisposable
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
| |
| Status |
Gets the current status of the Replicator |
| Name | Description | |
|---|---|---|
| AddChangeListener(EventHandlerReplicationStatusChangedEventArgs) |
Adds a change listener on this replication object (similar to a C# event)
| |
| AddChangeListener(TaskScheduler, EventHandlerReplicationStatusChangedEventArgs) |
Adds a change listener on this replication object (similar to a C# event, but
with the ability to specify a TaskScheduler to schedule the
handler to run on)
| |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
| 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.) | |
| RemoveChangeListener |
Removes a previously added change listener via its ListenerToken | |
| Start |
Starts the replication
| |
| Stop |
Stops the replication
| |
| ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| RecursiveEqual |
Tests for equality between two untyped objects, and if they are collections
recursively checks for equality on each entry.
(Defined by Extensions.) |