Edytuj

Udostępnij za pośrednictwem


INSearchForAccountsIntentHandling_Extensions.Confirm Method

Definition

Developers may implement this method to confirm whether local and remote resources are ready to perform the search.

public static void Confirm (this Intents.IINSearchForAccountsIntentHandling This, Intents.INSearchForAccountsIntent intent, Action<Intents.INSearchForAccountsIntentResponse> completion);
static member Confirm : Intents.IINSearchForAccountsIntentHandling * Intents.INSearchForAccountsIntent * Action<Intents.INSearchForAccountsIntentResponse> -> unit

Parameters

This
IINSearchForAccountsIntentHandling

The instance on which this method operates.

intent
INSearchForAccountsIntent

Specifies the user's intention.

completion
Action<INSearchForAccountsIntentResponse>

Completion method that must be called by the override.

Applies to