Share via


SoapHttpRouter.System.Web.IHttpAsyncHandler.EndProcessRequest Method

Provides an asynchronous process End method when the process ends.

Namespace: Microsoft.Web.Services3.Messaging
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim result As IAsyncResult
Dim soapHttpRouter1 As SoapHttpRouter
DirectCast(soapHttpRouter1, IHttpAsyncHandler).EndProcessRequest(result)

Syntax

'Declaration
Private Sub System.Web.IHttpAsyncHandler.EndProcessRequest( _
    ByVal result As IAsyncResult _
)
private void System.Web.IHttpAsyncHandler.EndProcessRequest(
    IAsyncResult result
);
private:
virtual void arbitrary-name(
    IAsyncResult^ result
);
private void System.Web.IHttpAsyncHandler.EndProcessRequest(
    IAsyncResult result
);
private final function System.Web.IHttpAsyncHandler.EndProcessRequest(
     result : IAsyncResult
) : Void;

Parameters

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

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

SoapHttpRouter Class
SoapHttpRouter Members
Microsoft.Web.Services3.Messaging Namespace