IHttpActionResult::ExecuteAsync Method (CancellationToken)
Creates an HttpResponseMessage asynchronously.
Assembly: System.Web.Http (in System.Web.Http.dll)
Parameters
- cancellationToken
-
Type:
System.Threading::CancellationToken
The token to monitor for cancellation requests.
Return Value
Type: System.Threading.Tasks::Task<HttpResponseMessage^>^A task that, when completed, contains the HttpResponseMessage.
Show: