IConfigurationEventHandlerContextAware<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 IConfigurationEventHandlerContextAware<T> : Microsoft.IdentityModel.Protocols.Configuration.IConfigurationEventHandler<T> where T : class
type IConfigurationEventHandlerContextAware<'T (requires 'T : null)> = interface
interface IConfigurationEventHandler<'T (requires 'T : null)>
Public Interface IConfigurationEventHandlerContextAware(Of T)
Implements IConfigurationEventHandler(Of T)
Type Parameters
- T
The type of configuration.
- Implements
Methods
| Name | Description |
|---|---|
| AfterUpdateAsync(String, T, CancellationToken) |
Called after a configuration has been successfully retrieved in a fire-and-forget manner. (Inherited from IConfigurationEventHandler<T>) |
| AfterUpdateAsync(String, T, ConfigurationRetrievalContext, CancellationToken) |
Called in a fire-and-forget manner after a configuration has been successfully retrieved. |
| BeforeRetrieveAsync(String, CancellationToken) |
Called before retrieving configuration from the metadata endpoint. (Inherited from IConfigurationEventHandler<T>) |
| BeforeRetrieveAsync(String, ConfigurationRetrievalContext, CancellationToken) |
Called before retrieving configuration from the metadata endpoint. |