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