IActionProvider.InvokeAsync(ActionInvocationContext) 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.
Raised when an app action has been invoked.
public:
IAsyncAction ^ InvokeAsync(ActionInvocationContext ^ context);
IAsyncAction InvokeAsync(ActionInvocationContext const& context);
public IAsyncAction InvokeAsync(ActionInvocationContext context);
function invokeAsync(context)
Public Function InvokeAsync (context As ActionInvocationContext) As IAsyncAction
Parameters
- context
- ActionInvocationContext
An ActionInvocationContext object that is used to access contextual information about the action that was invoked, such as the action's ID, input entities, and output entities.
Returns
An asynchronous action.