Table of Contents

TTMSFNCCloudBasePlatformServices.GetPlatformService Method

Returns the platform service interface registered under the specified GUID, or nil if not found.

API unit family: TMSFNCCloudBase Declaring type: TTMSFNCCloudBasePlatformServices

Syntax

function GetPlatformService(const AServiceGUID: TGUID): IInterface;

Parameters

Name Description
AServiceGUID The GUID of the service to retrieve.

Returns

The registered service interface, or nil if not found.