HttpTaskAsyncHandler.IHttpAsyncHandler.EndProcessRequest(IAsyncResult) Method

Definition

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