Datasnap.DSClientRest.TDSRestCallbackLoop.Start

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: TDSRestCallbackLoop

Delphi

procedure Start(AFirstCallback: TDSRestClientCallback);

C++

void __fastcall Start(TDSRestClientCallback* AFirstCallback);


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