Datasnap.DSCommon.TDSClientCallbackChannelManager.CloseClientChannel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CloseClientChannel: Boolean;

C++

bool __fastcall CloseClientChannel(void);

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSClientCallbackChannelManager

Description

Closes the client channel.

The CloseClientChannel method closes the client channel and internally unregisters all previously registered callbacks.

CloseClientChannel returns True if the operation was successful, False otherwise.

See Also