Worker TModel, TItem  GetService TService  Method TIBCO Spotfire 6.0 API Reference
Gets the service of the given type. This method provides access to services on the analysis application level and upwards.

Namespace: Spotfire.Dxp.Framework.Threading
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public TService GetService<TService>()
where TService : class
Type Parameters

TService
The type of the service to obtain.

Return Value

Type: TService
The service of type TService or null if no such service is available.
See Also