MvcHttpHandler.IHttpAsyncHandler.EndProcessRequest Method (IAsyncResult)
Called by ASP.NET when asynchronous request processing has ended.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Private Sub EndProcessRequest ( result As IAsyncResult ) Implements IHttpAsyncHandler.EndProcessRequest
Parameters
- result
-
Type:
System.IAsyncResult
The status of the asynchronous operations.
This member is an explicit interface member implementation. It can be used only when the MvcHttpHandler instance is cast to an IHttpAsyncHandler interface.
Show: