Class TraceListener
An abstract trace listener that raises trace start/stop trace events when implemented in a concrete class.
Implements
Inherited Members
Namespace: Couchbase.Core.Diagnostics.Tracing
Assembly: Couchbase.NetClient.dll
Syntax
public abstract class TraceListener : IDisposable
Properties
| Edit this page View SourceListener
The Activity
Declaration
public ActivityListener Listener { get; }
Property Value
Type | Description |
---|---|
Activity |
Methods
| Edit this page View SourceDispose()
Disposes of the Activity
Declaration
public virtual void Dispose()
Start()
Starts the underlying Activity
Declaration
public abstract void Start()