Datasnap.DSCommon.TDSClientCallbackChannelManager.Invoke
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Datasnap.DSCommon.pas Datasnap.DSCommon.hpp
| |
Unit: Datasnap.DSCommon | |
Parent: TDSClientCallbackChannelManager |
Delphi
procedure Invoke(const Id: string; Data: TJSONValue; out Response: TJSONValue);
C++
HIDESBASE void __fastcall Invoke(const System::UnicodeString Id, System::Json::TJSONValue* Data, /* out */ System::Json::TJSONValue* &Response);
Description
Invokes a single client registered callback, with the given message.
The Invoke method is invoked when a message is to be sent to a single client callback registered with the manager.