This documentation is archived and is not being maintained.
IHttpAsyncHandler.EndProcessRequest Method
.NET Framework 1.1
Provides an asynchronous process End method when the process ends.
[Visual Basic] Sub EndProcessRequest( _ ByVal result As IAsyncResult _ ) [C#] void EndProcessRequest( IAsyncResult result ); [C++] void EndProcessRequest( IAsyncResult* result ); [JScript] function EndProcessRequest( result : IAsyncResult );
Parameters
- result
- An IAsyncResult that contains information about the status of the process.
Remarks
You can use EndProcessRequest to raise any exceptions caught during the asynchronous process.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
IHttpAsyncHandler Interface | IHttpAsyncHandler Members | System.Web Namespace
Show: