Controller.IAsyncController.EndExecute Method
This method calls the EndExecute method.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration
Private Sub EndExecute ( _
asyncResult As IAsyncResult _
) Implements IAsyncController.EndExecute
'Usage
Dim instance As Controller
Dim asyncResult As IAsyncResult
CType(instance, IAsyncController).EndExecute(asyncResult)
void IAsyncController.EndExecute(
IAsyncResult asyncResult
)
private:
virtual void EndExecute(
IAsyncResult^ asyncResult
) sealed = IAsyncController::EndExecute
private abstract EndExecute :
asyncResult:IAsyncResult -> unit
private override EndExecute :
asyncResult:IAsyncResult -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
- asyncResult
Type: System.IAsyncResult
The asynchronous result of the operation.