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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.