OwinHttpHandler.EndProcessRequest Method

Provides an asynchronous process End method when the process ends.

Namespace:  Microsoft.Owin.Host.SystemWeb
Assembly:  Microsoft.Owin.Host.SystemWeb (in Microsoft.Owin.Host.SystemWeb.dll)

Syntax

'Declaration
Public Sub EndProcessRequest ( _
    result As IAsyncResult _
)
'Usage
Dim instance As OwinHttpHandler 
Dim result As IAsyncResult

instance.EndProcessRequest(result)
public void EndProcessRequest(
    IAsyncResult result
)
public:
virtual void EndProcessRequest(
    IAsyncResult^ result
) sealed
abstract EndProcessRequest : 
        result:IAsyncResult -> unit  
override EndProcessRequest : 
        result:IAsyncResult -> unit
public final function EndProcessRequest(
    result : IAsyncResult
)

Parameters

Implements

IHttpAsyncHandler.EndProcessRequest(IAsyncResult)

See Also

Reference

OwinHttpHandler Class

Microsoft.Owin.Host.SystemWeb Namespace