Share via


INSetTaskAttributeIntentHandling_Extensions.ResolveStatus Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ResolveStatus(this Intents.IINSetTaskAttributeIntentHandling This, Intents.INSetTaskAttributeIntent intent, Action<Intents.INTaskStatusResolutionResult> completion);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ResolveStatus : Intents.IINSetTaskAttributeIntentHandling * Intents.INSetTaskAttributeIntent * Action<Intents.INTaskStatusResolutionResult> -> unit

Parameters

intent
INSetTaskAttributeIntent

Specifies the user's intention.

completion
Action<INTaskStatusResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to