Open this page in the API Guide

Engine.RemoveService Method

Removes the specified service type from the service container.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public override void RemoveService(
	Type serviceType,
	bool promote
)

Parameters

serviceType
Type: System.Type
The type of service to remove.
promote
Type: System.Boolean
true if this service should be removed from any parent service containers; otherwise, false.

Implements

IServiceContainer.RemoveService(Type, Boolean)
IServiceContainer.RemoveService(Type, Boolean)
Exceptions
ExceptionCondition
ArgumentNullExceptionserviceType is null.
See Also