Click or drag to resize

IServiceManagerAddServiceProvider Method (Type)

Add the specified service provider

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
void AddServiceProvider(
	Type serviceType
)

Parameters

serviceType
Type: SystemType
Type of the service.
See Also