Click or drag to resize

AltaxoServiceContainerRemoveService(Type, Boolean) Method

Removes the specified service type from the service container, and optionally promotes the service to parent service containers.

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,
	bool promote
)

Parameters

serviceType  Type
The type of service to remove.
promote  Boolean
to promote this request to any parent service containers; otherwise, .

Implements

IServiceContainerRemoveService(Type, Boolean)
See Also