Datasnap.DSPlatform.TDBXServerComponent.ConnectClientChannelTimeout
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Datasnap.DSPlatform.pas Datasnap.DSPlatform.hpp
| |
Unit: Datasnap.DSPlatform | |
Parent: TDBXServerComponent |
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);
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.