Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal applicationName As String, _ ByVal connectionStringName As String, _ ByVal type As String, _ ByVal imagesDirectory As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim applicationName As String Dim connectionStringName As String Dim type As String Dim imagesDirectory As String Dim instance As New StorageServiceConfigurationElement(applicationName, connectionStringName, type, imagesDirectory) |
C# | |
---|---|
public StorageServiceConfigurationElement( string applicationName, string connectionStringName, string type, string imagesDirectory ) |
C++/CLI | |
---|---|
public: StorageServiceConfigurationElement( String^ applicationName, String^ connectionStringName, String^ type, String^ imagesDirectory ) |
Parameters
- applicationName
- A System.String specifying the application name.
- connectionStringName
- The connection string section name containing the database information.
- type
- A System.String representing the class and assembly type of the plug-in to create.
- imagesDirectory
- The physical path for the DICOM images folder.
Please check our WCF DICOM Service configuration file, located in the DICOMWCFService.csproj project
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family