Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides asynchronous operations.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
public AsyncManager AsyncManager { get; }
public:
property AsyncManager^ AsyncManager {
virtual AsyncManager^ get() sealed;
}
abstract AsyncManager : AsyncManager with get
override AsyncManager : AsyncManager with get
Public ReadOnly Property AsyncManager As AsyncManager
Property Value
Type: System.Web.Mvc.Async.AsyncManager
Returns AsyncManager.
Implements
IAsyncManagerContainer.AsyncManager
See Also
Controller Class
System.Web.Mvc Namespace
Return to top