MvcHttpHandler.IHttpAsyncHandler.EndProcessRequest Method

Called by ASP.NET when asynchronous request processing has ended.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Private Sub EndProcessRequest ( _
	result As IAsyncResult _
) Implements IHttpAsyncHandler.EndProcessRequest
'Usage
Dim instance As MvcHttpHandler 
Dim result As IAsyncResult 

CType(instance, IHttpAsyncHandler).EndProcessRequest(result)

Parameters

result
Type: System.IAsyncResult

The status of the asynchronous operations.

Implements

IHttpAsyncHandler.EndProcessRequest(IAsyncResult)

This member is an explicit interface member implementation. It can be used only when the MvcHttpHandler instance is cast to an IHttpAsyncHandler interface.

Show: