EMS.Services.TEMSInternalAPI.Logout

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function Logout: IEMSResourceResponseContent; overload;

C++

_di_IEMSResourceResponseContent __fastcall Logout()/* overload */;

プロパティ

種類 可視性 ソース ユニット
function public
EMS.Services.pas
EMS.Services.hpp
EMS.Services TEMSInternalAPI


説明

EMS Server から EMS User をログオフします。

Logout メソッドは、サーバー側のセッション識別子をクリーンします。すべての EMS クライアントは、EMS Server に再度ログインする必要があります。


Logout は、リソースからレスポンスを読み取るため、IEMSResourceResponseContent を返します。

関連項目