Click or drag to resize

ReplicationChangeEventArgs Class

[Missing <summary> documentation for "T:Couchbase.Lite.ReplicationChangeEventArgs"]

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Couchbase.LiteReplicationChangeEventArgs

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public class ReplicationChangeEventArgs : EventArgs

The ReplicationChangeEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodReplicationChangeEventArgs
Initializes a new instance of the ReplicationChangeEventArgs class.
Top
Properties
  NameDescription
Public propertyChangesCount
Gets the number of changes scheduled for the replication at the time the event was created.
Public propertyCompletedChangesCount
Gets the number of changes completed by the replication at the time the event was created.
Public propertyLastError
Gets the most recent error that occured at the time of this change
Public propertyReplicationStateTransition
Gets the transition
Public propertySource
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.
Public propertyStatus
Gets the status of the replication at the time the event was created
Public propertyUsername
The current username assigned to the replication
Top
See Also