HttpApplication.IHttpAsyncHandler.EndProcessRequest(IAsyncResult) Metodo

Definizione

Fornisce un metodo di processo End asincrono al termine del processo.

 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

Parametri

result
IAsyncResult

Oggetto IAsyncResult che contiene informazioni sullo stato del processo.

Implementazioni

Commenti

È possibile utilizzare il IHttpAsyncHandler.EndProcessRequest metodo per generare eventuali eccezioni rilevate durante il processo asincrono.

Si applica a