Edit

Share via


INSetTaskAttributeIntentHandling_Extensions.ResolveTargetTask Method

Definition

Developers may implement this method to customize resolution of the task to update.

public static void ResolveTargetTask (this Intents.IINSetTaskAttributeIntentHandling This, Intents.INSetTaskAttributeIntent intent, Action<Intents.INTaskResolutionResult> completion);
static member ResolveTargetTask : Intents.IINSetTaskAttributeIntentHandling * Intents.INSetTaskAttributeIntent * Action<Intents.INTaskResolutionResult> -> unit

Parameters

This
IINSetTaskAttributeIntentHandling

The instance on which this method operates.

intent
INSetTaskAttributeIntent

Specifies the user's intention.

completion
Action<INTaskResolutionResult>

Completion method that must be called by the override.

Applies to