Datasnap.DSCommon.TDSClientCallbackChannelManager.InvokeObject

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSClientCallbackChannelManager

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.

See Also