System.Tether.AppProfile.TTetheringAppProfile.OnASyncRemoteActionEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnASyncRemoteActionEnd: TASyncRemoteActionEvent read FOnASyncRemoteActionEnd write FOnASyncRemoteActionEnd;

C++

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

Properties

Type Visibility Source Unit Parent
event published
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TTetheringAppProfile

Description

Occurs when the asynchronous remote action finishes.

This event provides a several arguments to its event handler:

  • ARemoteProfileId: The remote profile of the asynchronous remote action that finishes.
  • ARemoteActionName: The name of the the asynchronous remote action that finishes.
  • ARemoteActionHandle: The type of the asynchronous remote action that finishes.
  • Success: Boolean parameter that indicates if the asynchronous remote action has been successfully executed (True) or not (False).

See Also