Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Called by ASP.NET when asynchronous request processing has ended.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected Friend Overridable Sub EndProcessRequest ( _
asyncResult As IAsyncResult _
)
protected internal virtual void EndProcessRequest(
IAsyncResult asyncResult
)
protected public:
virtual void EndProcessRequest(
IAsyncResult^ asyncResult
)
Parameters
- asyncResult
Type: System.IAsyncResult
The asynchronous result.
Remarks
For more information about the differences between this method and MvcHttpHandler.EndProcessRequest(IAsyncResult), see the "Remarks" section of the MvcHandler class overview.