Page.AspCompatEndProcessRequest Method
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Terminates a request for Active Server Page (ASP) resources. This method is provided for compatibility with legacy ASP applications.
Namespace: System.Web.UIAssembly: System.Web (in system.web.dll)
'Declaration Protected Sub AspCompatEndProcessRequest ( _ result As IAsyncResult _ ) 'Usage Dim result As IAsyncResult Me.AspCompatEndProcessRequest(result)
protected void AspCompatEndProcessRequest ( IAsyncResult result )
protected function AspCompatEndProcessRequest ( result : IAsyncResult )
Not applicable.
Parameters
- result
The ASP page generated by the request.
Community Additions
ADD
Show: