ICallbackSender.SendAsync method
Sends a callback request asynchronously.
public Task<CallbackResult> SendAsync(CallbackRequest request, CancellationToken ct)
| parameter | description |
|---|---|
| request | The callback request to send. |
| ct | The cancellation token. |
Return Value
A task that represents the asynchronous operation, containing the callback result.
See Also
- record CallbackResult
- class CallbackRequest
- interface ICallbackSender
- namespace Kestrun.Callback