IConfigurationEventHandlerContextAware<T>.AfterUpdateAsync Method
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.
Called in a fire-and-forget manner after a configuration has been successfully retrieved.
public System.Threading.Tasks.Task AfterUpdateAsync(string metadataAddress, T configuration, Microsoft.IdentityModel.Protocols.Configuration.ConfigurationRetrievalContext context, System.Threading.CancellationToken cancellationToken = default);
abstract member AfterUpdateAsync : string * 'T * Microsoft.IdentityModel.Protocols.Configuration.ConfigurationRetrievalContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function AfterUpdateAsync (metadataAddress As String, configuration As T, context As ConfigurationRetrievalContext, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- metadataAddress
- String
The metadata endpoint address.
- configuration
- T
The retrieved configuration.
- context
- ConfigurationRetrievalContext
The context for the configuration retrieval operation, providing additional information and control.
- cancellationToken
- CancellationToken
A cancellation token to observe while waiting for the task to complete.