EMS.Services.TEMSInternalAPI

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTEMSInternalAPI

Delphi

TEMSInternalAPI = class

C++

class PASCALIMPLEMENTATION TEMSInternalAPI : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
EMS.Services.pas
EMS.Services.hpp
EMS.Services EMS.Services

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