←Select platform

StorageServiceConfigurationElement Constructor(String,String,String,String)

Summary

Initializes a new instance of the StorageServiceConfigurationElement class.

Syntax

C#
VB
C++
public StorageServiceConfigurationElement(  
   string applicationName, 
   string connectionStringName, 
   string type, 
   string imagesDirectory 
) 
Public Function New( _ 
   ByVal applicationName As String, _ 
   ByVal connectionStringName As String, _ 
   ByVal type As String, _ 
   ByVal imagesDirectory As String _ 
) 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.Services Assembly
Click or drag to resize