INSearchForNotebookItemsIntentHandling_Extensions.ResolveStatus Method

Definition

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

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

Parameters

This
IINSearchForNotebookItemsIntentHandling

The instance on which this method operates.

intent
INSearchForNotebookItemsIntent

Specifies the user's intention.

completion
Action<INTaskStatusResolutionResult>

Completion method that must be called by the override.

Applies to