EMS.Services.IEMSServices.GetService

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
EMS.Services.pas
EMS.Services.hpp
Unit: EMS.Services
Parent: IEMSServices

Delphi

function GetService(const Service: TGUID): IInterface; overload;

C++

virtual System::_di_IInterface __fastcall GetService(const GUID &Service) = 0 /* overload */;

Description

Returns an object interface for the specified service GUID.

The specified GUID may be the GUID of any of the service interfaces of the EMS.Services unit.

If the EMS Server does not support the target service, GetService returns nil.

See Also