Click or drag to resize

ReplicationChangeEventArgs Constructor

Initializes a new instance of the ReplicationChangeEventArgs class.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public ReplicationChangeEventArgs(
	Replication sender,
	ReplicationStateTransition transition
)

Parameters

sender
Type: Couchbase.LiteReplication
The Replication that raised the event.
transition
Type: Couchbase.Lite.ReplicatorReplicationStateTransition
The transition that caused the state in the replication, if applicable
See Also