Interface IAsyncActionInvokerFactory
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.