GetInitializationService Method

Summary

Returns the registered Leadtools.Dicom.Scp.Command.Configuration.IInitializationService object for the provided command type.

Syntax
C#
VB
C++
public static IInitializationService GetInitializationService( 
   Type commandType 
) 
  
Public Shared Function GetInitializationService( _ 
   ByVal commandType As Type _ 
) As IInitializationService 
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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly