Table of Contents

Interface IAsyncManagerContainer

Namespace
System.Web.Mvc.Async
Assembly
System.Web.Mvc.dll

Provides a container for the asynchronous manager object.

public interface IAsyncManagerContainer

Properties

AsyncManager

Gets the asynchronous manager object.

AsyncManager AsyncManager { get; }

Property Value

AsyncManager

The asynchronous manager object.