Delegate RequestHandlerDelegate<TResponse>
A delegate representing an async continuation for the next task to execute in the pipeline
public delegate ValueTask<TResponse?> RequestHandlerDelegate<TResponse>(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenCancellation token
Returns
- ValueTask<TResponse>
Awaitable task returning a
TResponse
Type Parameters
TResponse
The type of response from the piple