IAsyncManagerContainer.AsyncManager Property

Gets the asynchronous manager object.

Namespace:  System.Web.Mvc.Async
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

'Declaration
ReadOnly Property AsyncManager As AsyncManager
    Get
AsyncManager AsyncManager { get; }
property AsyncManager^ AsyncManager {
    AsyncManager^ get ();
}

Property Value

Type: System.Web.Mvc.Async.AsyncManager
The asynchronous manager object.

See Also

Reference

IAsyncManagerContainer Interface

System.Web.Mvc.Async Namespace