API:REST.Backend.EMSApi.TEMSClientAPI.PushBody

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PushBody(const AMessage: TJSONObject); overload;
procedure PushBody(const AMessage: TJSONObject; out AStatus: TPushStatus); overload;

C++

void __fastcall PushBody(System::Json::TJSONObject* const AMessage)/* overload */;
void __fastcall PushBody(System::Json::TJSONObject* const AMessage, /* out */ TPushStatus &AStatus)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
protected
REST.Backend.EMSApi.pas
REST.Backend.EMSApi.hpp
REST.Backend.EMSApi TEMSClientAPI

Description

Embarcadero Technologies does not currently have any additional information.