AzureAppConfigurationRefreshOptions.RegisterAll Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Register all key-values loaded outside of ConfigureRefresh(Action<AzureAppConfigurationRefreshOptions>) to be refreshed when the configuration provider's IConfigurationRefresher triggers a refresh. The IConfigurationRefresher instance can be obtained by calling GetRefresher().
public Microsoft.Extensions.Configuration.AzureAppConfiguration.AzureAppConfigurationRefreshOptions RegisterAll();
member this.RegisterAll : unit -> Microsoft.Extensions.Configuration.AzureAppConfiguration.AzureAppConfigurationRefreshOptions
Public Function RegisterAll () As AzureAppConfigurationRefreshOptions