EMS.Services.TEMSInternalAPI.PushBroadcast

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function PushBroadcast(const AData: TJSONObject): IEMSResourceResponseContent;

C++

_di_IEMSResourceResponseContent __fastcall PushBroadcast(System::Json::TJSONObject* const AData);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
EMS.Services.pas
EMS.Services.hpp
EMS.Services TEMSInternalAPI


Beschreibung

Sendet eine EMS-Push-Benachrichtigung an alle EMS-Installationen, die auf dem EMS-Server registriert sind.

PushBroadcast sendet eine EMS-Push-Benachrichtigung an alle EMS-Installationen.

PushBroadcast gibt einen IEMSResourceResponseContent zum Lesen der Antwort aus der Ressource zurück.

Siehe auch