ActionInstance.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.
Asynchronously invokes the app action instance.
public:
virtual IAsyncAction ^ InvokeAsync() = InvokeAsync;
IAsyncAction InvokeAsync();
public IAsyncAction InvokeAsync();
function invokeAsync()
Public Function InvokeAsync () As IAsyncAction
Returns
An asynchronous action.