Click or drag to resize

ReplicationChangeEventArgsReplicationStateTransition Property

Gets the transition

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public ReplicationStateTransition ReplicationStateTransition { get; }

Property Value

Type: ReplicationStateTransition
The replication state transition.
See Also