EngineGetService Method (Type)

Gets the requested service.

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

Parameters

serviceType
Type: SystemType
The type of service to retrieve.

Return Value

Type: 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