DurableTaskExtension.IAsyncConverter<HttpRequestMessage,HttpResponseMessage>.ConvertAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft.Azure.WebJobs.IAsyncConverter`2.ConvertAsync(`0,System.Threading.CancellationToken)
System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> IAsyncConverter<HttpRequestMessage,HttpResponseMessage>.ConvertAsync (System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken);
abstract member Microsoft.Azure.WebJobs.IAsyncConverter<System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage>.ConvertAsync : System.Net.Http.HttpRequestMessage * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage>
override this.Microsoft.Azure.WebJobs.IAsyncConverter<System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage>.ConvertAsync : System.Net.Http.HttpRequestMessage * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage>
Function ConvertAsync (request As HttpRequestMessage, cancellationToken As CancellationToken) As Task(Of HttpResponseMessage) Implements IAsyncConverter(Of HttpRequestMessage, HttpResponseMessage).ConvertAsync
Parameters
- request
- HttpRequestMessage
- cancellationToken
- CancellationToken
Returns
Implements
Microsoft.Azure.WebJobs.IAsyncConverter`2.ConvertAsync(`0,System.Threading.CancellationToken)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET