'Declaration Public Overrides Function ExecuteAsync( _
ByVal controllerContextThe controller context for a single HTTP operation.As System.Web.Http.Controllers.HttpControllerContext, _
ByVal cancellationTokenThe cancellation token assigned for the HTTP operation.As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task(Of HttpResponseMessage)
public override System.Threading.Tasks.Task<HttpResponseMessage> ExecuteAsync(
System.Web.Http.Controllers.HttpControllerContext controllerContext,
System.Threading.CancellationToken cancellationToken
)
Parameters
- controllerContext
- The controller context for a single HTTP operation.
- cancellationToken
- The cancellation token assigned for the HTTP operation.
Return Value
The newly started task.