| 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
)
Sub AddServiceProvider (
serviceType As Type
)
void AddServiceProvider(
Type^ serviceType
)
abstract AddServiceProvider :
serviceType : Type -> unit
Parameters
- serviceType
- Type: SystemType
Type of the service.
See Also