Datasnap.DSCommon.TDSClientCallbackChannelManager.TDSChannelInvokeEvent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
type
typedef
Visibility: public
Source:
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Unit: Datasnap.DSCommon
Parent: TDSClientCallbackChannelManager

Delphi

TDSChannelInvokeEvent = procedure (const Id: string; Data: TJSONValue; out Response: TJSONValue) of object;

C++

typedef void __fastcall (__closure *TDSChannelInvokeEvent)(const System::UnicodeString Id, System::Json::TJSONValue* Data, /* out */ System::Json::TJSONValue* &Response);

Description

Embarcadero Technologies does not currently have any additional information.