Condividi tramite


DistributedContextPropagator.ExtractBaggage Metodo

Definizione

Estrae l'elenco di coppie chiave-valore del bagaglio da una richiesta in ingresso rappresentata dal vettore. Ad esempio, dalle intestazioni di una richiesta 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))

Parametri

carrier
Object

Supporto da cui verranno letti i valori.

getter
DistributedContextPropagator.PropagatorGetterCallback

Metodo di callback da richiamare per ottenere l'elenco dei bagagli di propagazione dal vettore.

Restituisce

Restituisce l'elenco di coppie chiave-valore estratto dal vettore.

Si applica a