Datasnap.DSClientRest.TDSRestCallbackLoop.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AClientChannel: TDSRestClientChannel; AConnection: TDSCustomRestConnection);

C++

__fastcall TDSRestCallbackLoop(TDSRestClientChannel* AClientChannel, TDSCustomRestConnection* AConnection);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestCallbackLoop


Beschreibung

Erstellt eine neue TDSRestCallbackLoop-Instanz.

Die Methode Create erstellt eine neue Instanz der Klasse TDSRestCallbackLoop.

Der Parameter AClientChannel legt einen DataSnap-REST-Client-Kanal und der Parameter AConnection eine benutzerdefinierte DataSnap-REST-Verbindung fest.

Siehe auch