System.Tether.AppProfile.TTetheringAppProfile.OnASyncRemoteActionEnd

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnASyncRemoteActionEnd: TASyncRemoteActionEvent read FOnASyncRemoteActionEnd write FOnASyncRemoteActionEnd;

C++

__property TASyncRemoteActionEvent OnASyncRemoteActionEnd = {read=FOnASyncRemoteActionEnd, write=FOnASyncRemoteActionEnd};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event published
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TTetheringAppProfile


Beschreibung

Wird ausgelöst, wenn die asynchrone Remote-Aktion beendet wird.

Dieses Ereignis stellt mehrere Argumente für seine Ereignisbehandlungsroutine bereit:

  • ARemoteProfileId: Das Remote-Profil der asynchronen Remote-Aktion, die beendet wird.
  • ARemoteActionName: Der Name der asynchronen Remote-Aktion, die beendet wird.
  • ARemoteActionHandle: Der Typ der asynchronen Remote-Aktion, die beendet wird.
  • Success: Boolescher Parameter, der angibt, ob die asynchrone Remote-Aktion erfolgreich (True) ausgeführt wurde oder nicht (False).

Siehe auch