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