IAsyncActionInvokerFactory Interface

Definition

Used to create an IAsyncActionInvoker instance for the current request.

public interface IAsyncActionInvokerFactory
type IAsyncActionInvokerFactory = interface
Public Interface IAsyncActionInvokerFactory

Methods

CreateInstance()

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

Applies to