Show / Hide Table of Contents

Interface IDocumentChangeObservable

Inherited Members
IChangeObservableRemovable.RemoveChangeListener(ListenerToken)
Namespace: Couchbase.Lite
Assembly: Couchbase.Lite.dll
Syntax
public interface IDocumentChangeObservable : IChangeObservableRemovable

Methods

| Improve this Doc View Source

AddDocumentChangeListener(String, EventHandler<DocumentChangedEventArgs>)

Declaration
ListenerToken AddDocumentChangeListener(string id, EventHandler<DocumentChangedEventArgs> handler)
Parameters
Type Name Description
System.String id
System.EventHandler<DocumentChangedEventArgs> handler
Returns
Type Description
ListenerToken
| Improve this Doc View Source

AddDocumentChangeListener(String, TaskScheduler, EventHandler<DocumentChangedEventArgs>)

Declaration
ListenerToken AddDocumentChangeListener(string id, TaskScheduler scheduler, EventHandler<DocumentChangedEventArgs> handler)
Parameters
Type Name Description
System.String id
System.Threading.Tasks.TaskScheduler scheduler
System.EventHandler<DocumentChangedEventArgs> handler
Returns
Type Description
ListenerToken
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX