The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IHttpController::ExecuteAsync Method (HttpControllerContext^, CancellationToken)
Executes the controller for synchronization.
Assembly: System.Web.Http (in System.Web.Http.dll)
Task<HttpResponseMessage^>^ ExecuteAsync( HttpControllerContext^ controllerContext, CancellationToken cancellationToken )
Parameters
- controllerContext
-
Type:
System.Web.Http.Controllers::HttpControllerContext^
The current context for a test controller.
- cancellationToken
-
Type:
System.Threading::CancellationToken
The notification that cancels the operation.
Show: