Click or drag to resize

IReplicationProvider Events

The IReplicationProvider type exposes the following members.

Events
  Name Description
Public event Disposed Raised after the source object has been properly disposed.
(Inherited from ISupportLifecycle)
Public event ExecutionException Occurs when the IAdapter encounters an Exception during execution.
(Inherited from IAdapter)
Public event ReplicationComplete Occurs when the process of replicating the IArchive is complete.
Public event ReplicationException Occurs when an Exception is encountered during the replication process of IArchive.
Public event ReplicationProgress Occurs when the IArchive is being replicated.
Public event ReplicationStart Occurs when the process of replicating the IArchive is started.
Public event StatusUpdate Occurs when the IAdapter wants to provide a status update.
(Inherited from IAdapter)
Top
See Also