Share via


DistributedContextPropagator.ExtractBaggage 메서드

정의

운송업체가 나타내는 들어오는 요청에서 수하물 키-값 쌍 목록을 추출합니다. 예를 들어 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))

매개 변수

carrier
Object

값을 읽을 매체입니다.

getter
DistributedContextPropagator.PropagatorGetterCallback

운송업체에서 전파 수하물 목록을 가져오기 위해 호출할 콜백 방법입니다.

반환

이동 통신 사업자에서 추출된 키-값 쌍 목록을 반환합니다.

적용 대상