Table of Contents

Delegate RuntimeAsyncValidationHandler<TEdit>

Namespace
Rinku.Tracking.Runtime
Assembly
Rinku.dll

Validates a generated edit asynchronously.

public delegate ValueTask<bool> RuntimeAsyncValidationHandler<in TEdit>(TEdit edit, CancellationToken cancellationToken)

Parameters

edit TEdit
Validates a generated edit asynchronously.
cancellationToken CancellationToken
Validates a generated edit asynchronously.

Returns

ValueTask<bool>
Validates a generated edit asynchronously.

Type Parameters

TEdit
Extension Methods