Taal

IAsyncValidateOptions<TOptions> Interface

Definitie

Valideert asynchroon opties.

generic <typename TOptions>
 where TOptions : classpublic interface class IAsyncValidateOptions
public interface IAsyncValidateOptions<in TOptions> where TOptions : class
type IAsyncValidateOptions<'Options (requires 'Options : null)> = interface
Public Interface IAsyncValidateOptions(Of In TOptions)

Type parameters

TOptions

Het type opties dat moet worden gevalideerd.

Dit type parameter is contravariant. U kunt het type dat u hebt opgegeven gebruiken of een type dat minder is afgeleid. Zie Covariantie en Contravariantie in Algemene typen voor meer informatie over covariantie en contravariantie.
Afgeleid

Methoden

Name Description
ValidateAsync(String, TOptions, CancellationToken)

Valideert asynchroon een opgegeven exemplaar van benoemde opties (of alles als name dat het geval is null).

Van toepassing op