Validation Framework
Search Results for

    Show / Hide Table of Contents

    Interface IAsyncValidator<T>

    Defines asynchronous validation with cooperative cancellation.

    Namespace: ValidationFramework
    Assembly: ValidationFramework.dll
    Syntax
    public interface IAsyncValidator<T>
    Type Parameters
    Name Description
    T

    Methods

    | Edit this page View Source

    ValidateAsync(T, CancellationToken)

    Validates a value asynchronously.

    Declaration
    Task<ValidationResult> ValidateAsync(T value, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    T value
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<ValidationResult>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX