DistributedContextPropagator.CreatePassThroughPropagator 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回傳播器,嘗試以透明方式執行動作,在輸入要求上收到的輸出網路要求上發出相同的數據。 編碼輸出訊息時,這個傳播器會使用來自要求根活動的資訊,忽略處理要求時可能已建立的任何中繼活動。
public:
static System::Diagnostics::DistributedContextPropagator ^ CreatePassThroughPropagator();
public static System.Diagnostics.DistributedContextPropagator CreatePassThroughPropagator ();
static member CreatePassThroughPropagator : unit -> System.Diagnostics.DistributedContextPropagator
Public Shared Function CreatePassThroughPropagator () As DistributedContextPropagator
傳回
DistributedContextPropagator 類別的執行個體。