Datasnap.DSClientRest.TDSRestCallbackLoop.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestCallbackLoop


Description

Creates a new TDSRestCallbackLoop instance.

The Create method creates a new instance of the TDSRestCallbackLoop class.

The AClientChannel parameter specifies a DataSnap REST client channel while the AConnection parameter specifies a custom DataSnap REST connection.

See Also