ActionOverload.InvokeFeedbackAsync 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 feedback for the associated action overload.
public:
virtual IAsyncAction ^ InvokeFeedbackAsync(ActionInvocationContext ^ context, ActionFeedback ^ feedback) = InvokeFeedbackAsync;
IAsyncAction InvokeFeedbackAsync(ActionInvocationContext const& context, ActionFeedback const& feedback);
public IAsyncAction InvokeFeedbackAsync(ActionInvocationContext context, ActionFeedback feedback);
function invokeFeedbackAsync(context, feedback)
Public Function InvokeFeedbackAsync (context As ActionInvocationContext, feedback As ActionFeedback) As IAsyncAction
Parameters
- context
- ActionInvocationContext
The invocation context of the associated app action.
- feedback
- ActionFeedback
A ActionFeedback object representing the user feedback for an app action.
Returns
An asynchronous action.