EMS.Services.TEMSInternalAPI.Create
[–] Properties | |
---|---|
Type: constructor | |
Visibility: public | |
Source: EMS.Services.pas EMS.Services.hpp
| |
Unit: EMS.Services | |
Parent: TEMSInternalAPI |
Delphi
constructor Create(const AContext: TEndpointContext);
C++
__fastcall TEMSInternalAPI(Ems::Resourceapi::TEndpointContext* const AContext);
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.