Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.Dicom.Services Namespace : DICOMPluginFactory Class |
public class DICOMPluginFactory
'Declaration Public Class DICOMPluginFactory
'Usage Dim instance As DICOMPluginFactory
public ref class DICOMPluginFactory
This class is responsible for creating and initializing the plug-ins configured in the WCF service configuration file.
In order to use this class, set the type of the DICOMPluginFactory in the DICOMServicesConfigurationHandler.Type property.
You can inherit from this class and provide your own implementation for the factory methods to create and initialize your own plug-in types but you should change the DICOMServicesConfigurationHandler.Type to refer to your new custom factory class.
The class uses the DICOMServicesConfigurationHandler to retrieve the plug-in types and initialization information. Make sure that the WCF service configuration file has a valid DICOMServicesConfigurationHandler section so the plug-ins an be created.
For more information about implementing a custom plug-in Factory refer to