IEngineGetServiceT Method

Gets the service object of the specified type.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
T GetService<T>()
where T : class

Type Parameters

T
The type of service object to get.

Return Value

Type: T
A service object of type T.
Exceptions
ExceptionCondition
KeyNotFoundExceptionThe requested service type has not been registered.
See Also