Class DocumentReplicationEventArgs
Event arguments for the AddDocumentReplicationListener(EventHandler<DocumentReplicationEventArgs>) event
Inheritance
System.Object
System.EventArgs
DocumentReplicationEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Couchbase.Lite.Sync
Assembly: Couchbase.Lite.dll
Syntax
public sealed class DocumentReplicationEventArgs : EventArgs
Properties
| Improve this Doc View SourceDocuments
The new status for the Replicator in question.
Declaration
public IReadOnlyList<ReplicatedDocument> Documents { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<ReplicatedDocument> |
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 |
---|---|
System.Boolean |