API:Datasnap.DSServer.TDSServer.NotifyCallback

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function NotifyCallback(const ChannelName: string;
const ClientId: string;
const CallbackId: string;
const Msg: TJSONValue; out Response: TJSONValue;
Timeout: Cardinal = INFINITE;
const ArgType: Integer = TDBXCallback.ArgJson): Boolean; overload; deprecated 'ChannelName is no longer required';
function NotifyCallback(const ClientId: string;
const CallbackId: string;
const Msg: TJSONValue; out Response: TJSONValue;
Timeout: Cardinal = INFINITE;
const ArgType: Integer = TDBXCallback.ArgJson): Boolean; overload;

C++

bool __fastcall NotifyCallback _DEPRECATED_ATTRIBUTE1("ChannelName is no longer required") (const System::UnicodeString ChannelName, const System::UnicodeString ClientId, const System::UnicodeString CallbackId, System::Json::TJSONValue* const Msg, /* out */ System::Json::TJSONValue* &Response, unsigned Timeout = (unsigned)(0xffffffff), const int ArgType = 0x1)/* overload */;
bool __fastcall NotifyCallback(const System::UnicodeString ClientId, const System::UnicodeString CallbackId, System::Json::TJSONValue* const Msg, /* out */ System::Json::TJSONValue* &Response, unsigned Timeout = (unsigned)(0xffffffff), const int ArgType = 0x1)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSServer

Description

Embarcadero Technologies does not currently have any additional information.