Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the AsyncManager class using the synchronization context.
Namespace: System.Web.Mvc.Async
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Sub New ( _
syncContext As SynchronizationContext _
)
public AsyncManager(
SynchronizationContext syncContext
)
public:
AsyncManager(
SynchronizationContext^ syncContext
)
Parameters
- syncContext
Type: System.Threading.SynchronizationContext
The synchronization context.