EMS.Services.TEMSInternalAPI.Logout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Logout: IEMSResourceResponseContent; overload;

C++

_di_IEMSResourceResponseContent __fastcall Logout()/* overload */;

Properties

Type Visibility Source Unit Parent
function public
EMS.Services.pas
EMS.Services.hpp
EMS.Services TEMSInternalAPI

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