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