Datasnap.DSPlatform.TDBXServerComponent.ConnectClientChannelTimeout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ConnectClientChannelTimeout(const ChannelName: string; const ChannelId: string;  const CallbackId, ChannelNames, SecurityToken: string; ChannelCallback: TDBXCallback; Timeout: Integer): Boolean;

C++

bool __fastcall ConnectClientChannelTimeout(const System::UnicodeString ChannelName, const System::UnicodeString ChannelId, const System::UnicodeString CallbackId, const System::UnicodeString ChannelNames, const System::UnicodeString SecurityToken, Data::Dbxjson::TDBXCallback* ChannelCallback, int Timeout);

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSPlatform.pas
Datasnap.DSPlatform.hpp
Datasnap.DSPlatform TDBXServerComponent

Description

Heavyweight callback registration for thick clients, with a timeout.

The ConnectClientChannelTimeout method performs the heavyweight callback registration for thick clients, the same as the the ConnectClientChannel method does. Additionally, ConnectClientChannelTimeout provides a timeout.

See Also