HttpTaskAsyncHandler.IHttpAsyncHandler.EndProcessRequest(IAsyncResult) Methode

Definition

Beendet die asynchrone Verarbeitung einer Aufgabe in einem HTTP-Aufgabenhandler.

 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

Der Status des asynchronen Vorgangs.

Implementiert

Hinweise

Dieses Element ist eine explizite Schnittstellenmitgliedsimplementierung. Sie kann nur verwendet werden, wenn die HttpTaskAsyncHandler Instanz in eine IHttpAsyncHandler Schnittstelle umgegossen wird.

Gilt für: