OpenTelemetry.Context.IRuntimeContextSlotValueAccessor public interface IRuntimeContextSlotValueAccessor Describes a type of RuntimeContextSlot<T> which can expose its value as an Object. Documentation Code object Value { get; set; } Gets or sets the value of the slot as an Object.