Aracılığıyla paylaş


DistributedContextPropagator.ExtractBaggage Yöntem

Tanım

Taşıyıcı tarafından temsil edilen gelen istekten bagaj anahtar-değer çifti listesini ayıklar. Örneğin, bir HTTP isteğinin üst bilgilerinden.

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))

Parametreler

carrier
Object

Değerlerin okunacağı ortam.

getter
DistributedContextPropagator.PropagatorGetterCallback

Taşıyıcıdan yayma bagaj listesini almak için çağırmak için geri çağırma yöntemi.

Döndürülenler

Taşıyıcıdan ayıklanan anahtar-değer çifti listesini döndürür.

Şunlara uygulanır