EMS.ResourceAPI.TEMSEndpointManager.GetResources
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: EMS.ResourceAPI.pas EMS.ResourceAPI.hpp
| |
| Unit: EMS.ResourceAPI | |
| Parent: TEMSEndpointManager | |
Delphi
function GetResources: TArray<TEMSResource>; virtual; abstract;
C++
virtual System::DynamicArray<TEMSResource*> __fastcall GetResources() = 0 ;
Description
- Note: This is an abstract method to be implemented in child classes.
Getter of the Resources property.
GetResource returns an array of EMS Resource endpoints.