言語

IConfigurationManager<T> インターフェイス

定義

構成データを取得するためのモデルを定義するインターフェイス。

public interface IConfigurationManager<T> where T : class
type IConfigurationManager<'T (requires 'T : null)> = interface
Public Interface IConfigurationManager(Of T)

型パラメーター

T

IDocumentRetriever の型。

派生

メソッド

名前 説明
GetConfigurationAsync(CancellationToken)

必要に応じて、現在の構成、更新、キャッシュを取得します。 このメソッドは、null を返す代わりに、構成を取得できない場合にスローされます。

RequestRefresh()

構成が古くなっている可能性があることを示します (受信トークンの処理に失敗した場合に示されます)。

適用対象