PrintingSystemBase.AddService(Type, ServiceCreatorCallback) Method
Adds the specified service to the service container.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
serviceType | Type | The type of service to add. |
callback | ServiceCreatorCallback | A callback object that can create the service. This allows a service to be declared as available, but delays creation of the object until the service is requested. |
Remarks
This method is intended for internal use only. Normally, you don’t need to use it.
See Also