Condividi tramite


AzureAppConfigurationRefreshOptions.RegisterAll Method

Definition

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

Returns

Applies to