IConfigurationEventHandler<T> 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.
Defines event handlers for configuration retrieval and update operations.
public interface IConfigurationEventHandler<T> where T : class
type IConfigurationEventHandler<'T (requires 'T : null)> = interface
Public Interface IConfigurationEventHandler(Of T)
Type Parameters
- T
The type of configuration.
Methods
| Name | Description |
|---|---|
| AfterUpdateAsync(String, T, CancellationToken) |
Called after a configuration has been successfully retrieved in a fire-and-forget manner. |
| BeforeRetrieveAsync(String, CancellationToken) |
Called before retrieving configuration from the metadata endpoint. |