EngineRemoveService 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 (24.3.0.1000)
Syntax
public override void RemoveService(
	Type serviceType,
	bool promote
)

Parameters

serviceType
Type: SystemType
The type of service to remove.
promote
Type: SystemBoolean
if this service should be removed from any parent service containers; otherwise, .

Implements

IServiceContainerRemoveService(Type, Boolean)
IServiceContainerRemoveService(Type, Boolean)
Exceptions
ExceptionCondition
ArgumentNullExceptionserviceType is .
See Also