IConfigurationRefresher Interface

Definition

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