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 public enum ReplicationTrigger
Members
| Member name | Value | Description |
---|
| Start | 0 |
Triggers the replication to start
|
| WaitingForChanges | 1 |
Triggers the replication to go idle and wait for new data
|
| Resume | 2 |
Triggers the replication to resume after becoming idle
|
| GoOffline | 3 |
Triggers the replication to go offline
|
| GoOnline | 4 |
Triggers the replication to go online
|
| StopGraceful | 5 |
Triggers the replication to shutdown and finish any pending work
|
| StopImmediate | 6 |
Triggers the replication to shutdown and ignore any pending work
|
See Also