Sdílet prostřednictvím


DistributedContextPropagator.ExtractBaggage Metoda

Definice

Extrahuje seznam párů zavazadel klíč-hodnota z příchozí žádosti reprezentované dopravcem. Například z hlaviček požadavku HTTP.

public:
 abstract System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ ExtractBaggage(System::Object ^ carrier, System::Diagnostics::DistributedContextPropagator::PropagatorGetterCallback ^ getter);
public abstract System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string?>>? ExtractBaggage (object? carrier, System.Diagnostics.DistributedContextPropagator.PropagatorGetterCallback? getter);
abstract member ExtractBaggage : obj * System.Diagnostics.DistributedContextPropagator.PropagatorGetterCallback -> seq<System.Collections.Generic.KeyValuePair<string, string>>
Public MustOverride Function ExtractBaggage (carrier As Object, getter As DistributedContextPropagator.PropagatorGetterCallback) As IEnumerable(Of KeyValuePair(Of String, String))

Parametry

carrier
Object

Médium, ze kterého se budou číst hodnoty.

getter
DistributedContextPropagator.PropagatorGetterCallback

Metoda zpětného volání, která se má vyvolat za účelem získání seznamu zavazadel šíření od dopravce.

Návraty

Vrátí extrahovaný seznam párů klíč-hodnota z operátoru.

Platí pro