Datasnap.DSSession.TDSTunnelService.CanCloseSession

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

Delphi

class function CanCloseSession(var id: string): Boolean;

C++

__classmethod bool __fastcall CanCloseSession(System::UnicodeString &id);

プロパティ

種類 可視性 ソース ユニット
function protected
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSTunnelService

説明

現在のセッションを閉じる必要があるかどうかを示します。

CanCloseSession メソッドは、現在のセッション ID がセッションの終了を示す場合に True を、そうでない場合に False を返します。

関連項目