다음을 통해 공유


EndorsementsRetriever.GetConfigurationAsync 메서드

정의

주소 및 문서 검색기가 지정된 채워진 구성을 검색합니다.

public System.Threading.Tasks.Task<System.Collections.Generic.IDictionary<string,System.Collections.Generic.HashSet<string>>> GetConfigurationAsync (string address, Microsoft.IdentityModel.Protocols.IDocumentRetriever retriever, System.Threading.CancellationToken cancellationToken);
abstract member GetConfigurationAsync : string * Microsoft.IdentityModel.Protocols.IDocumentRetriever * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IDictionary<string, System.Collections.Generic.HashSet<string>>>
override this.GetConfigurationAsync : string * Microsoft.IdentityModel.Protocols.IDocumentRetriever * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IDictionary<string, System.Collections.Generic.HashSet<string>>>
Public Function GetConfigurationAsync (address As String, retriever As IDocumentRetriever, cancellationToken As CancellationToken) As Task(Of IDictionary(Of String, HashSet(Of String)))

매개 변수

address
String

검색 문서의 주소입니다.

retriever
IDocumentRetriever

검색 문서를 읽는 데 사용할 문서 검색기입니다.

cancellationToken
CancellationToken

취소의 통지를 받기 위해 다른 개체나 스레드에서 사용할 수 있는 취소 토큰입니다.

반환

실행할 큐에 대기 중인 작업을 나타내는 작업입니다.

구현

설명

작업이 성공적으로 전송되면 작업 결과에 채워진 구성이 포함됩니다.

적용 대상