RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TEndUserAdapterLogoutAction.ImplExecuteActionRequest Method

Executes the adapter action.

Pascal
procedure ImplExecuteActionRequest(AActionRequest: IActionRequest; AActionResponse: IActionResponse); override;
C++
virtual __fastcall ImplExecuteActionRequest(IActionRequest AActionRequest, IActionResponse AActionResponse);

ImplExecuteActionRequest calls the parent adapter's ExecuteLogout method. If an exception is raised, the exception message is added to the parent adapter's errors object. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!