Click or drag to resize

ReplicationTrigger Enumeration

A set of triggers 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 ReplicationTrigger
Members
  Member nameValueDescription
Start0 Triggers the replication to start
WaitingForChanges1 Triggers the replication to go idle and wait for new data
Resume2 Triggers the replication to resume after becoming idle
GoOffline3 Triggers the replication to go offline
GoOnline4 Triggers the replication to go online
StopGraceful5 Triggers the replication to shutdown and finish any pending work
StopImmediate6 Triggers the replication to shutdown and ignore any pending work
See Also