| IServiceManagerRemoveServiceProvider Method |
Removes a service provider
Namespace:
SanteDB.Core.Services
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax void RemoveServiceProvider(
Type serviceType
)
Sub RemoveServiceProvider (
serviceType As Type
)
void RemoveServiceProvider(
Type^ serviceType
)
abstract RemoveServiceProvider :
serviceType : Type -> unit
Parameters
- serviceType
- Type: SystemType
[Missing <param name="serviceType"/> documentation for "M:SanteDB.Core.Services.IServiceManager.RemoveServiceProvider(System.Type)"]
See Also