HttpApplication.IHttpAsyncHandler.EndProcessRequest(IAsyncResult) Methode

Definition

Stellt bei Beendigung des Prozesses eine End-Methode für asynchrone Prozesse bereit.

 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

Parameter

result
IAsyncResult

Ein IAsyncResult, das Informationen über den Status des Prozesses enthält.

Implementiert

Hinweise

Mit der IHttpAsyncHandler.EndProcessRequest Methode können Sie ausnahmen auslösen, die während des asynchronen Prozesses erfasst werden.

Gilt für