Table of Contents

Interface IAsyncValidatable

Namespace
Rinku.Tracking
Assembly
Rinku.dll

Validates an item asynchronously.

public interface IAsyncValidatable
Extension Methods

Methods

ValidateAsync(CancellationToken)

Validates the item asynchronously.

ValueTask<bool> ValidateAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

Returns

ValueTask<bool>