 | ServiceLocatorGetServiceT Method |
Gets a service for the provided service interface
Namespace: Aml.Engine.ServicesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static T GetService<T>()
where T : IAMLService
Public Shared Function GetService(Of T As IAMLService) As T
public:
generic<typename T>
where T : IAMLService
static T GetService()
Type Parameters
- T
Return Value
TThe located service.
See Also