Share via


IActionFeedbackHandler.ProcessFeedbackAsync Method

Definition

Raised when user feedback is submitted for an app action.

public:
 IAsyncAction ^ ProcessFeedbackAsync(ActionInvocationContext ^ context, ActionFeedback ^ feedback);
IAsyncAction ProcessFeedbackAsync(ActionInvocationContext const& context, ActionFeedback const& feedback);
public IAsyncAction ProcessFeedbackAsync(ActionInvocationContext context, ActionFeedback feedback);
function processFeedbackAsync(context, feedback)
Public Function ProcessFeedbackAsync (context As ActionInvocationContext, feedback As ActionFeedback) As IAsyncAction

Parameters

context
ActionInvocationContext

An ActionInvocationContext object that is used to access contextual information about the action for which feedback was submitted.

feedback
ActionFeedback

A value from the ActionFeedback enumeration specifying the type of feedback that was submitted.

Returns

Applies to