Datasnap.DSClientRest.TDSRestCallbackLoop.Create
Delphi
constructor Create(AClientChannel: TDSRestClientChannel; AConnection: TDSCustomRestConnection);
C++
__fastcall TDSRestCallbackLoop(TDSRestClientChannel* AClientChannel, TDSCustomRestConnection* AConnection);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| constructor | public | Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp |
Datasnap.DSClientRest | TDSRestCallbackLoop |
Description
Crée une nouvelle instance de TDSRestCallbackLoop.
La méthode Create crée une nouvelle instance de la classe TDSRestCallbackLoop.
La paramètre AClientChannel spécifie un canal client DataSnap REST, tandis que le paramètre AConnection spécifie une connexion DataSnap REST personnalisée.