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

キャンセル通知を受け取るために他のオブジェクトまたはスレッドで使用できるキャンセル トークン。

戻り値

実行するキューに登録された作業を表すタスク。

実装

注釈

アクティビティが正常に送信されると、タスクの結果に設定された構成が含まれます。

適用対象