HttpCallbackSender.SendAsync method

Sends a callback request via HTTP.

public Task<CallbackResult> SendAsync(CallbackRequest r, CancellationToken ct)
parameter description
r The callback request to send.
ct The cancellation token.

Return Value

A task that represents the asynchronous operation, containing the callback result.

See Also