DistributedContextPropagator.CreatePassThroughPropagator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a propagator that attempts to act transparently, emitting the same data on outbound network requests that was received on the inbound request. When encoding the outbound message, this propagator uses information from the request's root Activity, ignoring any intermediate Activities that may have been created while processing the request.
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
Returns
An instance of the DistributedContextPropagator class.