Interface IDocumentReplicatedObservable
Assembly: Couchbase.Lite.dll
Syntax
public interface IDocumentReplicatedObservable : IChangeObservableRemovable
Methods
|
Improve this Doc
View Source
AddDocumentReplicationListener(EventHandler<DocumentReplicationEventArgs>)
Declaration
ListenerToken AddDocumentReplicationListener(EventHandler<DocumentReplicationEventArgs> handler)
Parameters
Returns
|
Improve this Doc
View Source
AddDocumentReplicationListener(TaskScheduler, EventHandler<DocumentReplicationEventArgs>)
Declaration
ListenerToken AddDocumentReplicationListener(TaskScheduler scheduler, EventHandler<DocumentReplicationEventArgs> handler)
Parameters
Returns