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 execute core.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
protected virtual void EndExecuteCore(
IAsyncResult asyncResult
)
protected:
virtual void EndExecuteCore(
IAsyncResult^ asyncResult
)
abstract EndExecuteCore :
asyncResult:IAsyncResult -> unit
override EndExecuteCore :
asyncResult:IAsyncResult -> unit
Protected Overridable Sub EndExecuteCore (
asyncResult As IAsyncResult
)
Parameters
asyncResult
Type: System.IAsyncResultThe asynchronous result.
See Also
Controller Class
System.Web.Mvc Namespace
Return to top