Click or drag to resize

ReplicationChangeEventArgsSource Property

Gets the Replication that raised the event. Do not rely on this variable for the current state of the replicator as it may have changed between the time the args were created and the time that the event was raised. Instead use the various other properties.

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

Property Value

Type: Replication
See Also