HttpControllerHandler.IHttpAsyncHandler.EndProcessRequest Method

Provides an asynchronous process End method when the process ends.

Namespace:  System.Web.Http.WebHost
Assembly:  System.Web.Http.WebHost (in System.Web.Http.WebHost.dll)

Syntax

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

CType(instance, IHttpAsyncHandler).EndProcessRequest(result)
void IHttpAsyncHandler.EndProcessRequest(
    IAsyncResult result
)
private:
virtual void EndProcessRequest(
    IAsyncResult^ result
) sealed = IHttpAsyncHandler::EndProcessRequest
private abstract EndProcessRequest : 
        result:IAsyncResult -> unit 
private override EndProcessRequest : 
        result:IAsyncResult -> unit 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Implements

IHttpAsyncHandler.EndProcessRequest(IAsyncResult)

See Also

Reference

HttpControllerHandler Class

System.Web.Http.WebHost Namespace