RetryHandler::SendAsync Method (HttpRequestMessage^, CancellationToken)

 

Asynchronously sends the retry request.

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

protected:
virtual Task<HttpResponseMessage^>^ SendAsync(
	HttpRequestMessage^ request,
	CancellationToken cancellationToken
)

Parameters

request
Type: System.Net.Http::HttpRequestMessage^

The request to send.

cancellationToken
Type: System.Threading::CancellationToken

The cancellation token.

Return Value

Type: System.Threading.Tasks::Task<HttpResponseMessage^>^

The result of the operation.

Return to top
Show: