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
)
Public Overrides Sub RemoveService (
serviceType As Type,
promote As Boolean
)
public:
virtual void RemoveService(
Type^ serviceType,
bool promote
) override
abstract RemoveService :
serviceType : Type *
promote : bool -> unit
override RemoveService :
serviceType : Type *
promote : bool -> unit
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 See Also