Table of Contents

Namespace OpenTelemetry.Context

Classes

AsyncLocalRuntimeContextSlot<T>

The async local implementation of context slot.

RemotingRuntimeContextSlot<T>

The .NET Remoting implementation of context slot.

RuntimeContext

Generic runtime context management API.

RuntimeContextSlot<T>

The abstract context slot.

ThreadLocalRuntimeContextSlot<T>

The thread local (TLS) implementation of context slot.

Interfaces

IRuntimeContextSlotValueAccessor

Describes a type of RuntimeContextSlot<T> which can expose its value as an object.