Leadtools.Dicom.Services Namespace : DICOMPluginFactory Class |
public class DICOMPluginFactory
'Declaration Public Class DICOMPluginFactory
'Usage Dim instance As DICOMPluginFactory
public sealed class DICOMPluginFactory
function Leadtools.Dicom.Services.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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2