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
'Usage
Dim instance As AsyncController
Dim asyncResult As IAsyncResult

CType(instance, IAsyncController).EndExecute(asyncResult)
void IAsyncController.EndExecute(
    IAsyncResult asyncResult
)
private:
virtual void EndExecute(
    IAsyncResult^ asyncResult
) sealed = IAsyncController::EndExecute
JScript does not support explicit interface implementations.

Parameters

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.

See Also

Reference

AsyncController Class

System.Web.Mvc Namespace