DefaultHttpHandler.EndProcessRequest Method
.NET Framework 3.0
Provides an end method for an asynchronous process.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public void EndProcessRequest ( IAsyncResult result )
public function EndProcessRequest ( result : IAsyncResult )
Not applicable.
Parameters
- result
An IAsyncResult that contains information about the status of the process.
Community Additions
ADD
Show: