IAsyncStartupValidator 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.
Used by hosts to asynchronously validate options during startup.
public interface class IAsyncStartupValidator
public interface IAsyncStartupValidator
type IAsyncStartupValidator = interface
Public Interface IAsyncStartupValidator
Methods
| Name | Description |
|---|---|
| ValidateAsync(CancellationToken) |
Calls all registered IAsyncValidateOptions<TOptions> validators. |