Datasnap.DSClientRest.TDSRestCallbackLoop.Create

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
constructor public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestCallbackLoop


説明

新しい TDSRestCallbackLoop インスタンスを作成します。

Create メソッドは、TDSRestCallbackLoop クラスの新しいインスタンスを作成します。

AClientChannel パラメータは DataSnap REST クライアント チャネルを示し、AConnection パラメータはカスタム DataSnap REST 接続を示します。

関連項目