Page.AsyncPageEndProcessRequest Method
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Ends processing an asynchronous page request.
Namespace: System.Web.UIAssembly: System.Web (in system.web.dll)
'Declaration Protected Sub AsyncPageEndProcessRequest ( _ result As IAsyncResult _ ) 'Usage Dim result As IAsyncResult Me.AsyncPageEndProcessRequest(result)
protected void AsyncPageEndProcessRequest ( IAsyncResult result )
protected function AsyncPageEndProcessRequest ( result : IAsyncResult )
Not applicable.
Parameters
- result
An IAsyncResult referencing a pending asynchronous request.
Community Additions
ADD
Show: