LEADTOOLS Medical (Leadtools.Dicom.Scp assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
GetInitializationService Method
See Also 
Leadtools.Dicom.Scp.Command Namespace > DicomCommandFactory Class : GetInitializationService Method



commandType
The System.Type of the command which the registered Leadtools.Dicom.Scp.Command.Configuration.IInitializationService object will be returned.
commandType
The System.Type of the command which the registered Leadtools.Dicom.Scp.Command.Configuration.IInitializationService object will be returned.
Returns the registered Leadtools.Dicom.Scp.Command.Configuration.IInitializationService object for the provided command type.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetInitializationService( _
   ByVal commandType As Type _
) As IInitializationService
Visual Basic (Usage)Copy Code
Dim commandType As Type
Dim value As IInitializationService
 
value = DicomCommandFactory.GetInitializationService(commandType)
C# 
public static IInitializationService GetInitializationService( 
   Type commandType
)
C++/CLI 
public:
static IInitializationService^ GetInitializationService( 
   Type^ commandType
) 

Parameters

commandType
The System.Type of the command which the registered Leadtools.Dicom.Scp.Command.Configuration.IInitializationService object will be returned.

Return Value

The registered Leadtools.Dicom.Scp.Command.Configuration.IInitializationService object for the provided command type. It will return null if no Leadtools.Dicom.Scp.Command.Configuration.IInitializationService is registered.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Dicom.Scp requires a Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features