AsyncManager Class
Provides asynchronous operations for the AsyncController class.
Namespace: System.Web.Mvc.Async
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The AsyncManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsyncManager() | Initializes a new instance of the AsyncManager class. |
![]() | AsyncManager(SynchronizationContext) | Initializes a new instance of the AsyncManager class using the synchronization context. |
Name | Description | |
---|---|---|
![]() | OutstandingOperations | Gets the number of outstanding operations. |
![]() | Parameters | Gets the parameters that were passed to the asynchronous completion method. |
![]() | Timeout | Gets or sets the asynchronous timeout value, in milliseconds. |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | Finish | Notifies ASP.NET that all asynchronous operations are complete. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Sync | Executes a callback in the current synchronization context. |
![]() | ToString | (Inherited from Object.) |
Show: