MvcHandler.EndProcessRequest(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.