HttpApplication.IHttpAsyncHandler.EndProcessRequest(IAsyncResult) Metodo

Definizione

Fornisce un metodo di processo asincrono End 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

IAsyncResult che contiene informazioni relative allo stato del processo.

Implementazioni

Commenti

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

Si applica a