Skip to main content

PrintingSystemBase.RemoveService(Type, Boolean) Method

Removes the specified service type from the service container.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public void RemoveService(
    Type serviceType,
    bool promote
)

Parameters

Name Type Description
serviceType Type

The type of service to remove.

promote Boolean

true if this service should be removed from any parent service containers; otherwise, false.

Remarks

This method is intended for internal use only. Normally, you don’t need to use it.

See Also