Compartir a través de


INCreateTaskListIntentHandling_Extensions.Confirm Método

Definición

Los desarrolladores pueden implementar este método para confirmar si los recursos locales y remotos están listos para crear la tarea.

public static void Confirm (this Intents.IINCreateTaskListIntentHandling This, Intents.INCreateTaskListIntent intent, Action<Intents.INCreateTaskListIntentResponse> completion);
static member Confirm : Intents.IINCreateTaskListIntentHandling * Intents.INCreateTaskListIntent * Action<Intents.INCreateTaskListIntentResponse> -> unit

Parámetros

This
IINCreateTaskListIntentHandling

Instancia en la que opera este método.

intent
INCreateTaskListIntent

Especifica la intención del usuario.

completion
Action<INCreateTaskListIntentResponse>

Método de finalización al que debe llamar la invalidación.

Se aplica a