AsyncManager.Finish Method
Notifies ASP.NET that all asynchronous operations are complete.
Namespace: System.Web.Mvc.Async
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Overridable Sub Finish
public virtual void Finish()
public:
virtual void Finish()
Examples
A Visual Studio project with source code is available to accompany this topic: Download.