次の方法で共有


AzureAppConfigurationOptions.GetRefresher メソッド

定義

登録されたキー値の IConfigurationRefresher 更新をトリガーするために使用できる のインスタンスを取得します。

public Microsoft.Extensions.Configuration.AzureAppConfiguration.IConfigurationRefresher GetRefresher ();
member this.GetRefresher : unit -> Microsoft.Extensions.Configuration.AzureAppConfiguration.IConfigurationRefresher
Public Function GetRefresher () As IConfigurationRefresher

戻り値

IConfigurationRefresher のインスタンス。

適用対象