EMS.Services.IEMSModuleResourceRequest

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IEMSModuleResourceRequest = interface(IEMSResourceRequest)

C++

__interface IEMSModuleResourceRequest  : public IEMSResourceRequest

Properties

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

Description

Interface that provides methods to execute EMS Edge Module resource request from custom EMS Resource endpoint implementations.

IEMSModuleResourceRequest provides the GetModuleName method.

See Also