Click or drag to resize

ReplicationStateTransition Constructor (ReplicationState, ReplicationState, ReplicationTrigger)

Constructor

Namespace:  Couchbase.Lite.Replicator
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public ReplicationStateTransition(
	ReplicationState source,
	ReplicationState destination,
	ReplicationTrigger trigger
)

Parameters

source
Type: Couchbase.Lite.ReplicatorReplicationState
The state that the replication was in before the trigger.
destination
Type: Couchbase.Lite.ReplicatorReplicationState
The state the replication was in after the trigger.
trigger
Type: Couchbase.Lite.ReplicatorReplicationTrigger
The trigger that caused the state change.
See Also