 | ServiceLocatorUnRegisterT Method |
Removes a service of this type from the registration which will afterwards no more locatable
Namespace: Aml.Engine.ServicesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static IAMLService UnRegister<T>()
where T : IAMLService
Public Shared Function UnRegister(Of T As IAMLService) As IAMLService
public:
generic<typename T>
where T : IAMLService
static IAMLService^ UnRegister()
Type Parameters
- T
Return Value
IAMLServiceThe service which is removed from the register or
null, if no service with this type was located.
See Also