Datasnap.DSCommon.TDSClientCallbackChannelManager.NotifyObjectCallback
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Datasnap.DSCommon.pas Datasnap.DSCommon.hpp
| |
Unit: Datasnap.DSCommon | |
Parent: TDSClientCallbackChannelManager |
Delphi
function NotifyObjectCallback(const CallbackId, ManagerId: string;
const Msg: TObject; out Response: TObject): Boolean;
C++
bool __fastcall NotifyObjectCallback(const System::UnicodeString CallbackId, const System::UnicodeString ManagerId, System::TObject* const Msg, /* out */ System::TObject* &Response);
Description
Notifies a client callback with the specified object.
The NotifyObjectCallback method notifies a client callback with the specified object. The object is given through the Msg parameter.
NotifyObjectCallback returns True if the notification was successful, False otherwise.