This topic has not yet been rated - Rate this topic

IAsyncController Interface

.NET Framework 4

Defines the methods that are required for an asynchronous controller.

Namespace:  System.Web.Mvc.Async
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public interface IAsyncController : IController

The IAsyncController type exposes the following members.

  NameDescription
Public methodBeginExecuteExecutes the specified request context.
Public methodEndExecuteEnds the asynchronous operation.
Public methodExecuteExecutes the specified request context. (Inherited from IController.)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.