Partager via


AsyncActionCompletedHandler::Invoke, méthode

Appelle la méthode appelée lorsque l’action asynchrone spécifiée se termine.

Syntaxe

HRESULT Invoke(
  [in] IAsyncAction *asyncInfo
);

Paramètres

asyncInfo [in]

Type : IAsyncAction*

Action asynchrone qui signale l’achèvement.

Valeur retournée

Type : HRESULT

Si cette méthode réussit, elle retourne S_OK. Sinon, il retourne un code d’erreur HRESULT .

Spécifications

Condition requise Valeur
Client minimal pris en charge
Windows 8
Serveur minimal pris en charge
Windows Server 2012
En-tête
Windows.Foundation.idl

Voir aussi

AsyncActionCompletedHandler