EMS.ResourceAPI.TEMSResource.GetEndpointNames

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
Unit: EMS.ResourceAPI
Parent: TEMSResource

Delphi

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

C++

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

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.