EMS.Services.TEMSInternalAPI.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AContext: TEndpointContext);

C++

__fastcall TEMSInternalAPI(Ems::Resourceapi::TEndpointContext* const AContext);

Properties

Type Visibility Source Unit Parent
constructor public
EMS.Services.pas
EMS.Services.hpp
EMS.Services TEMSInternalAPI

Description

Creates an instance of TEMSInternalAPI.

TEMSInternalAPI.Create creates a class that uses the AContext passed to a custom EMS Resource endpoint. TEMSInternalAPI.Create creates the request context with the AContext parameter. AContext may identify an EMS User for the request.

See Also