EngineGetService(Type) Method

Gets the requested service.

Namespace: Dundas.BI
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public override Object? GetService(
	Type serviceType
)

Parameters

serviceType  Type
The type of service to retrieve.

Return Value

Object
An instance of the service if it could be found, or if it could not be found.

Implements

IServiceProviderGetService(Type)
IServiceProviderGetService(Type)
See Also