EMS.Services.TEMSInternalAPI.Logout

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
EMS.Services.pas
EMS.Services.hpp
Unit: EMS.Services
Parent: TEMSInternalAPI

Delphi

function Logout: IEMSResourceResponseContent; overload;

C++

_di_IEMSResourceResponseContent __fastcall Logout()/* overload */;

Description

Logs off an EMS User from the EMS Server.

The Logout method cleans the server-side session identifier. All EMS clients need to log on to the EMS Server again.

Logout returns an IEMSResourceResponseContent to read the response from the resource.

See Also