EngineGetServiceT(Boolean) 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 (26.2.0.1000)
Syntax
public T GetService<T>(
	bool throwIfNotFound
)
where T : class

Parameters

throwIfNotFound  Boolean
A value indicating whether an exception should be thrown if the service is not found.

Type Parameters

T
The type of service object to get.

Return Value

T
A service object of type T, or if the service was not found and throwIfNotFound is .

Implements

IEngineGetServiceT(Boolean)
Exceptions
ExceptionCondition
KeyNotFoundException The requested service type has not been registered and throwIfNotFound is .
See Also