OpenTelemetry.Context.AsyncLocalRuntimeContextSlot<T>
public class AsyncLocalRuntimeContextSlot<T> : RuntimeContextSlot<T>, IRuntimeContextSlotValueAccessor
The async local implementation of context slot.
namespace OpenTelemetry.Context
{
public class AsyncLocalRuntimeContextSlot<T> : RuntimeContextSlot<T>, IRuntimeContextSlotValueAccessor
{
public object Value { get; set; }
public AsyncLocalRuntimeContextSlot(string name);
}
}