INSetTaskAttributeIntentHandling_Extensions.ResolveStatus Method

Definition

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

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

Parameters

This
IINSetTaskAttributeIntentHandling

The instance on which this method operates.

intent
INSetTaskAttributeIntent

Specifies the user's intention.

completion
Action<INTaskStatusResolutionResult>

Completion method that must be called by the override.

Applies to