ReplicationChangeEventArgs Class |
[Missing <summary> documentation for "T:Couchbase.Lite.ReplicationChangeEventArgs"]
Namespace: Couchbase.Lite
public class ReplicationChangeEventArgs : EventArgs
The ReplicationChangeEventArgs type exposes the following members.
Name | Description | |
---|---|---|
ReplicationChangeEventArgs |
Initializes a new instance of the ReplicationChangeEventArgs class.
|
Name | Description | |
---|---|---|
ChangesCount |
Gets the number of changes scheduled for the replication at the
time the event was created.
| |
CompletedChangesCount |
Gets the number of changes completed by the replication at the
time the event was created.
| |
LastError |
Gets the most recent error that occured at the time of this change
| |
ReplicationStateTransition |
Gets the transition
| |
Source |
Gets the Replication that raised the event. Do not
rely on this variable for the current state of the replicator as it may have changed
between the time the args were created and the time that the event was raised.
Instead use the various other properties.
| |
Status |
Gets the status of the replication at the time the event was created
| |
Username |
The current username assigned to the replication
|