Click or drag to resize

ServiceLocatorGetServiceT Method

Gets a service for the provided service interface

Namespace: Aml.Engine.Services
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static T GetService<T>()
where T : IAMLService

Type Parameters

T

Return Value

T
The located service.
See Also