AsyncManager Class
Provides asynchronous operations for the AsyncController class.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| 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(Object^) | (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(Action^) | Executes a callback in the current synchronization context. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



