Click or drag to resize

ServiceLocatorUnRegisterT Method

Removes a service of this type from the registration which will afterwards no more locatable

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

Type Parameters

T

Return Value

IAMLService
The service which is removed from the register or null, if no service with this type was located.
See Also