Datasnap.DSPlatform.TDBXServerComponent.ConsumeClientChannelTimeout
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Datasnap.DSPlatform.pas Datasnap.DSPlatform.hpp
| |
Unit: Datasnap.DSPlatform | |
Parent: TDBXServerComponent |
Delphi
function ConsumeClientChannelTimeout(const ChannelName, ClientManagerId, CallbackId: string;
const ChannelNames, SecurityToken: string;
Timeout: Integer; ResponseData: TJSONValue): TJSONValue;
C++
System::Json::TJSONValue* __fastcall ConsumeClientChannelTimeout(const System::UnicodeString ChannelName, const System::UnicodeString ClientManagerId, const System::UnicodeString CallbackId, const System::UnicodeString ChannelNames, const System::UnicodeString SecurityToken, int Timeout, System::Json::TJSONValue* ResponseData);
Description
Heavyweight callback registration for thin clients, with a timeout.
The ConsumeClientChannelTimeout method performs the heavyweight callback registration for thin clients, the same as the ConsumeClientChannel method does. Additionally, ConsumeClientChannelTimeout provides a timeout.