IActionInvoker.InvokeAsync 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.
Invokes an MVC action.
public:
System::Threading::Tasks::Task ^ InvokeAsync();
public System.Threading.Tasks.Task InvokeAsync ();
abstract member InvokeAsync : unit -> System.Threading.Tasks.Task
Public Function InvokeAsync () As Task
Returns
A Task which will complete when action processing has completed.