Datasnap.DSClientRest.TDSRestCallbackLoop.Create
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 接続を示します。