Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class TraceListener

    An abstract trace listener that raises trace start/stop trace events when implemented in a concrete class.

    Inheritance
    object
    TraceListener
    Implements
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Core.Diagnostics.Tracing
    Assembly: Couchbase.NetClient.dll
    Syntax
    public abstract class TraceListener : IDisposable

    Properties

    | Edit this page View Source

    Listener

    The ActivityListener used for listening to trace events.

    Declaration
    public ActivityListener Listener { get; }
    Property Value
    Type Description
    ActivityListener

    Methods

    | Edit this page View Source

    Dispose()

    Disposes of the ActivityListener instance.

    Declaration
    public virtual void Dispose()
    | Edit this page View Source

    Start()

    Starts the underlying ActivityListener so that trace events can be captured.

    Declaration
    public abstract void Start()

    Implements

    IDisposable
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.