Interface IConfigurationRefresherProvider
- Assembly
- Microsoft.Extensions.Configuration.AzureAppConfiguration.dll
An interface used to retrieve refresher instances for App Configuration.
public interface IConfigurationRefresherProvider
Properties
Refreshers
List of instances of IConfigurationRefresher for App Configuration.
IEnumerable<IConfigurationRefresher> Refreshers { get; }