Datasnap.DSClientRest.TDSRestClientChannel.Disconnect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Disconnect;

C++

void __fastcall Disconnect();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestClientChannel

Description

Unregisters all callbacks and disconnects the channel.

The Disconnect method is used to unregister all callbacks and disconnect the channel.

See Also