Click or drag to resize

ApplicationContextGetServiceTService Method

Gets the service.

Namespace:  SanteDB.DisconnectedClient
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public TService GetService<TService>()

Type Parameters

TService
The 1st type parameter.

Return Value

Type: TService
The service.
See Also