Replicator Methods |
The Replicator type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddChangeListener(EventHandlerReplicatorStatusChangedEventArgs) |
Adds a change listener on this replication object (similar to a C# event)
|
![]() | AddChangeListener(TaskScheduler, EventHandlerReplicatorStatusChangedEventArgs) |
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 |
![]() | ResetCheckpoint |
Resets the local checkpoint of the replicator, meaning that it will read all changes since the beginning
of time from the remote database. This can only be called when the replicator is in a stopped state.
|
![]() | Start |
Starts the replication
|
![]() | Stop |
Stops the replication
|
![]() | ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |