Datasnap.DSClientRest.TDSRestCallbackLoop.Start

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Start(AFirstCallback: TDSRestClientCallback);

C++

void __fastcall Start(TDSRestClientCallback* AFirstCallback);

Properties

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


Description

Starts the loop, registering the client callback on the server.

The Start method is used to start the loop, registering the client callback on the server. Because you cannot register a client with the server without specifying the first callback, the AFirstCallback parameter is introduced. AFirstCallback specifies the initial callback as the first callback to be registered.

See Also