ITMSMCPCloudBaseService Interface
Platform service interface that creates and destroys ITMSMCPCustomCloudBase instances; registered once per platform at unit initialization.
API unit family: TMS.MCP.CloudBase
Extends: IInterface
Syntax
ITMSMCPCloudBaseService = interface(IInterface)
Methods
| Name | Description |
|---|---|
| CreateCloudBase | Creates a platform-specific cloud base implementation for the given component and registers it with the platform service. |
| DestroyCloudBase | Destroys and unregisters the given platform-specific cloud base implementation. |