Click or drag to resize

DatabaseAddDocumentChangeListener Method

Overload List
  NameDescription
Public methodAddDocumentChangeListener(String, EventHandlerDocumentChangedEventArgs)
Adds a document change listener for the document with the given ID. The callback will be invoked on a thread pool thread.
Public methodAddDocumentChangeListener(String, TaskScheduler, EventHandlerDocumentChangedEventArgs)
Adds a document change listener for the document with the given ID and the TaskScheduler that will be used to invoke the callback. If the scheduler is not specified, then the default scheduler will be used (scheduled via thread pool)
Top
See Also