AsyncManager Constructor (SynchronizationContext)

Visual Studio 2010

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)

public AsyncManager(
	SynchronizationContext syncContext
)

Parameters

syncContext
Type: System.Threading.SynchronizationContext
The synchronization context.

Community Additions

ADD
Show: