Datasnap.DSCommon.TDSClientCallbackChannelManager.Invoke
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);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
procedure function |
protected | Datasnap.DSCommon.pas Datasnap.DSCommon.hpp |
Datasnap.DSCommon | TDSClientCallbackChannelManager |
Description
Invoque un seul callback recensé du client, avec le message donné.
La méthode Invoke est invoquée quand un message doit être envoyé à un seul callback du client recensé avec le gestionnaire.