AsyncManager Constructor
Initializes a new instance of the AsyncManager 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. |
AsyncManager Constructor (SynchronizationContext)
Initializes a new instance of the AsyncManager class using the synchronization context.
Parameters
- syncContext
-
Type:
System.Threading.SynchronizationContext
The synchronization context.
Show:
