HttpTaskAsyncHandler.IHttpAsyncHandler.EndProcessRequest(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Ends asynchronous processing of a task in an HTTP task handler.
virtual void System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult ^ result) = System::Web::IHttpAsyncHandler::EndProcessRequest;
void IHttpAsyncHandler.EndProcessRequest (IAsyncResult result);
abstract member System.Web.IHttpAsyncHandler.EndProcessRequest : IAsyncResult -> unit
override this.System.Web.IHttpAsyncHandler.EndProcessRequest : IAsyncResult -> unit
Sub EndProcessRequest (result As IAsyncResult) Implements IHttpAsyncHandler.EndProcessRequest
Parameters
- result
- IAsyncResult
The status of the asynchronous operation.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the HttpTaskAsyncHandler instance is cast to an IHttpAsyncHandler interface.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.