Table of Contents

Interface IAsyncActionInvokerFactory

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

Used to create an IAsyncActionInvoker instance for the current request.

public interface IAsyncActionInvokerFactory

Methods

CreateInstance()

Creates an instance of async action invoker for the current request.

IAsyncActionInvoker CreateInstance()

Returns

IAsyncActionInvoker

The created IAsyncActionInvoker.