RetryHandler::SendAsync Method (HttpRequestMessage^, CancellationToken)
Asynchronously sends the retry request.
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.
Show: