Table of Contents

TTMSFNCCloudBasePlatformServices.AddPlatformService Method

Registers a platform service interface under the specified GUID.

API unit family: TMSFNCCloudBase Declaring type: TTMSFNCCloudBasePlatformServices

Syntax

procedure AddPlatformService(const AServiceGUID: TGUID; const AService: IInterface);

Parameters

Name Description
AServiceGUID The GUID that identifies the service interface.
AService The platform service interface implementation to register.