Click or drag to resize

ReplicationStatus Structure

A struct describing the current status of an IReplication

Namespace:  Couchbase.Lite.Sync
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0074
Syntax
C#
public struct ReplicationStatus

The ReplicationStatus type exposes the following members.

Properties
  NameDescription
Public propertyActivity
Gets the current state of the replication (i.e. whether or not it is actively processing changes)
Public propertyProgress
Gets the current progress of the replication
Top
Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
See Also