Click or drag to resize

ReplicationState Enumeration

The possible states for the replication state machine

Namespace:  Couchbase.Lite.Replicator
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public enum ReplicationState
Members
  Member nameValueDescription
Initial0 The replication has never been started
Running1 The replication is actively sending and/or receiving data
Idle2 The replication is waiting for new data
Offline3 The replication cannot reach its endpoint
Stopping4 The replication is shutting down
Stopped5 The replication has stopped
See Also