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 (24.3.0.1000)
Syntax public T GetService<T>()
where T : class
Public Function GetService(Of T As Class) As T
public:
generic<typename T>
where T : ref class
virtual T GetService() sealed
abstract GetService : unit -> 'T when 'T : not struct
override GetService : unit -> 'T when 'T : not struct
Type Parameters
- T
- The type of service object to get.
Return Value
Type:
T
A service object of type
T.
Implements
IEngineGetServiceTExceptions See Also