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 a container for the asynchronous manager object.
Namespace: System.Web.Mvc.Async
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Interface IAsyncManagerContainer
public interface IAsyncManagerContainer
public interface class IAsyncManagerContainer
The IAsyncManagerContainer type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
AsyncManager | Gets the asynchronous manager object. |
Top