Compartilhar via


MvcHandler.IHttpAsyncHandler.EndProcessRequest(IAsyncResult) Método

Definição

Chamado pelo ASP.NET quando o processamento assíncrono da solicitação terminou.

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

Parâmetros

result
IAsyncResult

O resultado assíncrono.

Aplica-se a