IConfigurationRefresher Interface
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.
An interface used to trigger an update for the data registered for refresh with App Configuration.
public interface IConfigurationRefresher
type IConfigurationRefresher = interface
Public Interface IConfigurationRefresher
Properties
AppConfigurationEndpoint |
The App Configuration endpoint. |
Methods
ProcessPushNotification(PushNotification, Nullable<TimeSpan>) |
Process the details of a PushNotification object to ensure the latest key-values are provided in the next request to App Configuration. The next request will be made after the cached values have been marked as dirty. |
RefreshAsync(CancellationToken) |
Refreshes the data from App Configuration asynchronously. |
TryRefreshAsync(CancellationToken) |
Refreshes the data from App Configuration asynchronously. A return value indicates whether the operation succeeded. |
Applies to
Azure SDK for .NET