| 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.
The WCF DICOM Service will get this section from the configuration file and use it to create a DICOMPluginFactory object.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family