MvcHttpHandler.IHttpAsyncHandler.EndProcessRequest(IAsyncResult) Method

Definition

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

void IHttpAsyncHandler.EndProcessRequest(IAsyncResult result);

Parameters

result
IAsyncResult

The status of the asynchronous operations.

Applies to