EMS.ResourceAPI.TEMSResource.GetEndpointNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEndpointNames: TArray<string>; virtual; abstract;

C++

virtual System::DynamicArray<System::UnicodeString> __fastcall GetEndpointNames() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI TEMSResource

Description

Getter of EndpointNames.

GetEndpointNames is an abstract method. You must implement this method in any subclass of TEMSResource to return an array with names that identify all the endpoints that your EMS resource supports. The resulting array should contain all the endpoint names that CanHandleRequest may assign to AEndpointName when your EMS resource can handle a request context.