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