Datasnap.DSCommon.TDSClientCallbackChannelManager.CloseClientChannel
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Datasnap.DSCommon.pas Datasnap.DSCommon.hpp
| |
| Unit: Datasnap.DSCommon | |
| Parent: TDSClientCallbackChannelManager | |
Delphi
function CloseClientChannel: Boolean;
C++
bool __fastcall CloseClientChannel();
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.