Leadtools.Dicom.Services
LEAD Technologies, Inc

StorageServiceConfigurationElement Constructor(String,String,String,String)






A System.String specifying the application name.
The connection string section name containing the database information.
A System.String representing the class and assembly type of the plug-in to create.
The physical path for the DICOM images folder.
Initializes a new instance of the StorageServiceConfigurationElement class.
Syntax
public StorageServiceConfigurationElement( 
   string applicationName,
   string connectionStringName,
   string type,
   string imagesDirectory
)
'Declaration
 
Public Function New( _
   ByVal applicationName As String, _
   ByVal connectionStringName As String, _
   ByVal type As String, _
   ByVal imagesDirectory As String _
)
'Usage
 
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)
public StorageServiceConfigurationElement( 
   string applicationName,
   string connectionStringName,
   string type,
   string imagesDirectory
)
function StorageServiceConfigurationElement( 
   applicationName ,
   connectionStringName ,
   type ,
   imagesDirectory 
)
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.
Example
For an example, refer to the WCF DICOM Service configuration file, located in the DICOMWCFService.csproj project
Requirements

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

See Also

Reference

StorageServiceConfigurationElement Class
StorageServiceConfigurationElement Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.