Click or drag to resize

AltaxoServiceContainerRemoveService(Type) Method

Removes the specified service type from the service container.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void RemoveService(
	Type serviceType
)

Parameters

serviceType  Type
The type of service to remove.

Implements

IServiceContainerRemoveService(Type)
See Also