MvcHandler.EndProcessRequest(IAsyncResult) Method

Definition

Called by ASP.NET when asynchronous request processing has ended.

protected internal virtual void EndProcessRequest (IAsyncResult asyncResult);
abstract member EndProcessRequest : IAsyncResult -> unit
override this.EndProcessRequest : IAsyncResult -> unit
Protected Friend Overridable Sub EndProcessRequest (asyncResult As IAsyncResult)

Parameters

asyncResult
IAsyncResult

The asynchronous result.

Applies to