Page::AsyncPageEndProcessRequest Method (IAsyncResult^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Ends processing an asynchronous page request.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

protected:
void AsyncPageEndProcessRequest(
	IAsyncResult^ result
)

Parameters

result
Type: System::IAsyncResult^

An IAsyncResult referencing a pending asynchronous request.

.NET Framework
Available since 2.0
Return to top
Show: