Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Ends the invocation of the action in the current controller context.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
protected virtual void EndExecute(
IAsyncResult asyncResult
)
protected:
virtual void EndExecute(
IAsyncResult^ asyncResult
)
abstract EndExecute :
asyncResult:IAsyncResult -> unit
override EndExecute :
asyncResult:IAsyncResult -> unit
Protected Overridable Sub EndExecute (
asyncResult As IAsyncResult
)
Parameters
asyncResult
Type: System.IAsyncResultThe asynchronous result.
See Also
Controller Class
System.Web.Mvc Namespace
Return to top