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
)
Public Overrides Function GetService (
serviceType As Type
) As Object
public:
virtual Object^ GetService(
Type^ serviceType
) override
abstract GetService :
serviceType : Type -> Object
override GetService :
serviceType : Type -> Object
Parameters
- serviceType
- Type: SystemType
The type of service to retrieve.
Return Value
Type:
ObjectAn instance of the service if it could be found, or
if it could not be found.
Implements
IServiceProviderGetService(Type)IServiceProviderGetService(Type)See Also