AsyncController.IAsyncController.EndExecute Method
Cancels the execution of an asynchronous action method by ASP.NET at the end of the execution of an asynchronous action method.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Private Sub EndExecute ( _
asyncResult As IAsyncResult _
) Implements IAsyncController.EndExecute
void IAsyncController.EndExecute(
IAsyncResult asyncResult
)
private:
virtual void EndExecute(
IAsyncResult^ asyncResult
) sealed = IAsyncController::EndExecute
Parameters
- asyncResult
Type: System.IAsyncResult
The status of the asynchronous result.
Implements
IAsyncController.EndExecute(IAsyncResult)
Remarks
This member is an explicit interface member implementation. It can be used only when the AsyncController instance is cast to an IAsyncResult interface.