Click or drag to resize

ApplicationContextGetService Method (Type)

Gets the service object of the specified type.

Namespace:  SanteDB.DisconnectedClient
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public Object GetService(
	Type serviceType
)

Parameters

serviceType
Type: SystemType
Service type.

Return Value

Type: Object
The service.

Implements

IServiceProviderGetService(Type)
See Also