EMS.Services.TEMSInternalAPI

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTEMSInternalAPI
[–] Properties
Type: class
Visibility: public
Source:
EMS.Services.pas
EMS.Services.hpp
Unit: EMS.Services
Parent: EMS.Services

Delphi

TEMSInternalAPI = class

C++

class PASCALIMPLEMENTATION TEMSInternalAPI : public System::TObject

Description

Supports internal executing of built-in EMS Resource endpoints from a custom EMS Resource endpoint implementation.

A custom EMS resource endpoint implementation uses the TEMSInternalAPI to execute an internal request to the built-in EMS resource endpoint available in the EMS Server.

TEMSInternalAPI can be used by a custom EMS resource endpoint to execute Users.SignupUser, in order to sign up an EMS User.

See Also