Click or drag to resize

IServiceManager.RemoveServiceProvider 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: System.Type

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

See Also