AsyncManager Class
Visual Studio 2010
Provides asynchronous operations for the AsyncController class.
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 | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Finish | Notifies ASP.NET that all asynchronous operations are complete. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Sync | Executes a callback in the current synchronization context. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show:



