Click or drag to resize

ReplicatorStatusChanged Event

An event that is fired when the replicator changes its status for reasons like processing more data or changing its condition

Namespace:  Couchbase.Lite.Sync
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax
C#
public event EventHandler<ReplicationStatusChangedEventArgs> StatusChanged

Value

Type: SystemEventHandlerReplicationStatusChangedEventArgs
See Also