Datasnap.DSClientRest.TDSRestClientChannel.Notify
Delphi
function Notify(const AClientId, ACallbackId: string; AMessage: TJSONValue): Boolean;
C++
bool __fastcall Notify(const System::UnicodeString AClientId, const System::UnicodeString ACallbackId, System::Json::TJSONValue* AMessage);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp |
Datasnap.DSClientRest | TDSRestClientChannel |
Description
Envoie un message de notification à un seul callback d'un canal client particulier.
La méthode Notify envoie un message de notification à un seul callback d'un canal client particulier. Notify renvoie true si la notification a été envoyée avec succès, sinon false.
Remarque : Si vous tentez de notifier à un callback de ce canal client, le transfert vers le serveur ne sera pas effectué.
Notify prend trois paramètres : AClientId, ACallbackId et AMessage.
AClientId est l'identificateur unique du canal client où le callback réside. ACallbackId est l'identificateur unique du callback à notifier. AMessage est le message à notifier au callback.