Leadtools.Dicom.Services Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
DICOMPluginFactory Constructor
See Also 
Leadtools.Dicom.Services Namespace > DICOMPluginFactory Class : DICOMPluginFactory Constructor



configHandler
A DICOMServicesConfigurationHandler which represents the plug-ins configuration settings.
Initailizes a new instance of the DICOMPluginFactory class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal configHandler As DICOMServicesConfigurationHandler _
)
Visual Basic (Usage)Copy Code
Dim configHandler As DICOMServicesConfigurationHandler
 
Dim instance As New DICOMPluginFactory(configHandler)
C# 
public DICOMPluginFactory( 
   DICOMServicesConfigurationHandler configHandler
)
C++/CLI 
public:
DICOMPluginFactory( 
   DICOMServicesConfigurationHandler^ configHandler
)

Parameters

configHandler
A DICOMServicesConfigurationHandler which represents the plug-ins configuration settings.

Remarks

The WCF DICOM Service will get this section from the configuration file and use it to create a DICOMPluginFactory object.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also