Share via


ActionOverload.InvokeFeedbackAsync Method

Definition

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.

Applies to