ActionOverload.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.
Asynchronously invokes the app action overload.
public:
virtual IAsyncAction ^ InvokeAsync(ActionInvocationContext ^ context) = InvokeAsync;
IAsyncAction InvokeAsync(ActionInvocationContext const& context);
public IAsyncAction InvokeAsync(ActionInvocationContext context);
function invokeAsync(context)
Public Function InvokeAsync (context As ActionInvocationContext) As IAsyncAction
Parameters
- context
- ActionInvocationContext
The action invocation context.
Returns
An asynchronous action.