Click or drag to resize

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
)

Parameters

serviceType
Type: SystemType

[Missing <param name="serviceType"/> documentation for "M:SanteDB.Core.Services.IServiceManager.RemoveServiceProvider(System.Type)"]

See Also