Sdílet prostřednictvím


EndorsementsRetriever.GetConfigurationAsync Metoda

Definice

Načte vyplněnou konfiguraci zadanou adresou a retrieverem dokumentů.

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

Parametry

address
String

Adresa dokumentu zjišťování.

retriever
IDocumentRetriever

Nástroj pro načítání dokumentů, který se má použít ke čtení dokumentu zjišťování.

cancellationToken
CancellationToken

Token zrušení, který může být použit jinými objekty nebo vlákny k přijetí oznámení o zrušení.

Návraty

Úloha, která představuje práci zařazenou do fronty, která se má provést.

Implementuje

Poznámky

Pokud se aktivity úspěšně odešlou, výsledek úkolu obsahuje vyplněnou konfiguraci.

Platí pro