System.Tether.AppProfile.TTetheringAppProfile.OnASyncRemoteActionEnd
Delphi
property OnASyncRemoteActionEnd: TASyncRemoteActionEvent read FOnASyncRemoteActionEnd write FOnASyncRemoteActionEnd;
C++
__property TASyncRemoteActionEvent OnASyncRemoteActionEnd = {read=FOnASyncRemoteActionEnd, write=FOnASyncRemoteActionEnd};
Propriétés
| Type | Visibilité | Source | Unité | Parent | 
|---|---|---|---|---|
| event | published | System.Tether.AppProfile.pas System.Tether.AppProfile.hpp | System.Tether.AppProfile | TTetheringAppProfile | 
Description
Se produit lorsque l'action distante asynchrone se termine.
Cet événement fournit plusieurs arguments à son gestionnaire d'événement :
- ARemoteProfileId: le profil distant de l'action distante asynchrone qui se termine.
- ARemoteActionName: le nom de l'action distante asynchrone qui se termine.
- ARemoteActionHandle: le type de l'action distante asynchrone qui se termine.
- Success: paramètre booléen qui indique que l'action distante asynchrone a été exécutée avec succès (- True) ou non (- False).