Datasnap.DSCommon.TDSClientCallbackChannelManager.Invoke

From RAD Studio API Documentation
Jump to: navigation, search

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

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 message.

The Invoke method is invoked when a message is to be sent to a single client callback registered with the manager.

See Also