Show / Hide Table of Contents

Struct ListenerToken

A token that stores information about an event handler that is registered on a Couchbase Lite object (for example AddChangeListener(EventHandler<DatabaseChangedEventArgs>))

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Couchbase.Lite
Assembly: Couchbase.Lite.dll
Syntax
public struct ListenerToken

Methods

| Improve this Doc View Source

Remove()

Declaration
public void Remove()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX