Click or drag to resize

Replicator Methods

The Replicator type exposes the following members.

Methods
  NameDescription
Public methodAddChangeListener(EventHandlerReplicatorStatusChangedEventArgs)
Adds a change listener on this replication object (similar to a C# event)
Public methodAddChangeListener(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)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Finalizer
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemoveChangeListener
Removes a previously added change listener via its ListenerToken
Public methodStart
Starts the replication
Public methodStop
Stops the replication
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also