EngineGetService(Type) Method |
Gets the requested service.
Namespace: Dundas.BIAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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
- The type of service to retrieve.
Return Value
ObjectAn instance of the service if it could be found, or
if it could not be found.
Implements
IServiceProviderGetService(Type)IServiceProviderGetService(Type)
See Also