Sprog

IAsyncStartupValidator Interface

Definition

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.

Applies to