Datasnap.DSPlatform.TDBXServerComponent.CloseClientChannel

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

Delphi

function CloseClientChannel(const ChannelId, SecurityToken: string): Boolean;

C++

bool __fastcall CloseClientChannel(const System::UnicodeString ChannelId, const System::UnicodeString SecurityToken);

プロパティ

種類 可視性 ソース ユニット
function public
Datasnap.DSPlatform.pas
Datasnap.DSPlatform.hpp
Datasnap.DSPlatform TDBXServerComponent

説明

クライアントの登録済みチャネルを閉じます。

CloseClientChannel は、一致する ID と SecurityToken を使用して登録されているクライアント チャネルを閉じます。

関連項目