Class ReplicatorStatusChangedEventArgs
Event arguments for the AddChangeListener(EventHandler<ReplicatorStatusChangedEventArgs>) event
Inheritance
System.Object
ReplicatorStatusChangedEventArgs
Namespace: Couchbase.Lite.Sync
Assembly: Couchbase.Lite.dll
Syntax
public sealed class ReplicatorStatusChangedEventArgs : EventArgs
Properties
| Improve this Doc View SourceStatus
The new status for the Replicator in question.
Declaration
public ReplicatorStatus Status { get; }
Property Value
Type | Description |
---|---|
ReplicatorStatus |