- commandType
- The System.Type of the command which the registered Leadtools.Dicom.Scp.Command.Configuration.IInitializationService object will be returned.
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.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7