Datasnap.Win.SConnect.TStreamedConnection.DoDisconnect
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Datasnap.Win.SConnect.pas Datasnap.Win.SConnect.hpp
| |
| Unit: Datasnap.Win.SConnect | |
| Parent: TStreamedConnection | |
Delphi
procedure DoDisconnect; override;
C++
virtual void __fastcall DoDisconnect();
Description
Disconnects from an application server.
DoDisconnect is called internally when the Connected property is set to false. Using the ITransport interface, DoDisconnect drops the connection to the application server.