Show / Hide Table of Contents

Class DocumentReplicationEventArgs

Event arguments for the AddDocumentReplicationListener(EventHandler<DocumentReplicationEventArgs>) event

Inheritance
object
EventArgs
DocumentReplicationEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Couchbase.Lite.Sync
Assembly: Couchbase.Lite.dll
Syntax
public sealed class DocumentReplicationEventArgs : EventArgs

Properties

| Improve this Doc View Source

Documents

The new status for the Replicator in question.

Declaration
public IReadOnlyList<ReplicatedDocument> Documents { get; }
Property Value
Type Description
IReadOnlyList<ReplicatedDocument>
| Improve this Doc View Source

IsPush

Gets whether or not the replicated document was in a push replication (false means pull)

Declaration
public bool IsPush { get; }
Property Value
Type Description
bool
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX