Datasnap.DSPlatform.TDBXServerComponent.CloseClientChannel

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSPlatform.pas
Datasnap.DSPlatform.hpp
Unit: Datasnap.DSPlatform
Parent: TDBXServerComponent

Delphi

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

C++

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

Description

Closes the client's registered channel.

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

See Also