HttpTaskAsyncHandler::IHttpAsyncHandler::EndProcessRequest Method (IAsyncResult^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Ends asynchronous processing of a task in an HTTP task handler.
Assembly: System.Web (in System.Web.dll)
private: virtual void EndProcessRequest( IAsyncResult^ result ) sealed = IHttpAsyncHandler::EndProcessRequest
Parameters
- result
-
Type:
System::IAsyncResult^
The status of the asynchronous operation.
This member is an explicit interface member implementation. It can be used only when the HttpTaskAsyncHandler instance is cast to an IHttpAsyncHandler interface.
.NET Framework
Available since 4.5
Available since 4.5
Show: