API:EMS.ResourceTypes.TEMSResourceEndPointSuffix.Create
| [–] Properties | |
|---|---|
| Type: constructor | |
| Visibility: public | |
| Source: EMS.ResourceTypes.pas EMS.ResourceTypes.hpp
| |
| Unit: EMS.ResourceTypes | |
| Parent: TEMSResourceEndPointSuffix | |
Delphi
constructor Create(const AOwner: TEMSCommonResource; const AName, AURLSuffix: string;
const AMethod: TEndpointRequest.TMethod; const AProduce, AConsume: string;
const AHandlerProc: THandlerProc);
C++
__fastcall TEMSResourceEndPointSuffix(TEMSCommonResource* const AOwner, const System::UnicodeString AName, const System::UnicodeString AURLSuffix, const Ems::Resourceapi::TEndpointRequest::TMethod AMethod, const System::UnicodeString AProduce, const System::UnicodeString AConsume, const _di_THandlerProc AHandlerProc);
Description
Creates an instance of TEMSResourceEndPoint and configures the specified instance of TEMSCommonResource as its owner.
EMS.ResourceTypes.TEMSResourceEndPointSuffix.Create inherits from EMS.ResourceTypes.TEMSResourceEndPoint.Create. All content below this line refers to EMS.ResourceTypes.TEMSResourceEndPoint.Create.
Creates an instance of TEMSResourceEndPoint and configures the specified instance of TEMSCommonResource as its owner.