Click or drag to resize

ReplicationStateTransition Class

Represents a state transition that happens within the replicator
Inheritance Hierarchy
SystemObject
  Couchbase.Lite.ReplicatorReplicationStateTransition

Namespace:  Couchbase.Lite.Replicator
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public sealed class ReplicationStateTransition

The ReplicationStateTransition type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDestination
The state the replication was in after the trigger
Public propertySource
The state that the replication was in before the trigger
Public propertyTrigger
The trigger that caused the state change
Top
See Also