IAsyncActionInvokerFactory.CreateInstance Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of async action invoker for the current request.
public System.Web.Mvc.Async.IAsyncActionInvoker CreateInstance ();
abstract member CreateInstance : unit -> System.Web.Mvc.Async.IAsyncActionInvoker
Public Function CreateInstance () As IAsyncActionInvoker
Returns
The created IAsyncActionInvoker.