Share via


OwinHttpHandler.EndProcessRequest Method (IAsyncResult)

 

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

public void EndProcessRequest(
    IAsyncResult result
)
public:
virtual void EndProcessRequest(
    IAsyncResult^ result
) sealed
abstract EndProcessRequest : 
        result:IAsyncResult -> unit
override EndProcessRequest : 
        result:IAsyncResult -> unit
Public Sub EndProcessRequest (
    result As IAsyncResult
)

Parameters

  • result
    Type: System.IAsyncResult

    An System.IAsyncResult that contains information about the status of the process.

Implements

IHttpAsyncHandler.EndProcessRequest(IAsyncResult)

See Also

OwinHttpHandler Class
Microsoft.Owin.Host.SystemWeb Namespace

Return to top