DistributedContextPropagator.Current 属性

定义

获取或设置要用作当前所选传播器的进程范围传播器对象。

public:
 static property System::Diagnostics::DistributedContextPropagator ^ Current { System::Diagnostics::DistributedContextPropagator ^ get(); void set(System::Diagnostics::DistributedContextPropagator ^ value); };
public static System.Diagnostics.DistributedContextPropagator Current { get; set; }
static member Current : System.Diagnostics.DistributedContextPropagator with get, set
Public Shared Property Current As DistributedContextPropagator

属性值

当前选定的进程范围传播器对象。

适用于