Interface IRuntimeContextSlotValueAccessor
- Namespace
- OpenTelemetry.Context
- Assembly
- OpenTelemetry.Api.dll
Describes a type of RuntimeContextSlot<T> which can expose its value as an object.
public interface IRuntimeContextSlotValueAccessor
Properties
Value
Gets or sets the value of the slot as an object.
object Value { get; set; }