Datasnap.DSPlatform.TDBXServerComponent.CloseClientChannel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSPlatform.pas
Datasnap.DSPlatform.hpp
Datasnap.DSPlatform TDBXServerComponent

Description

Closes the client's registered channel.

CloseClientChannel closes the client channel that was registered with the matching IDs and SecurityToken.

See Also