←Select platform

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 Leadtools.Dicom.Scp.Command.Configuration.IInitializationService 
public: 
static Leadtools.Dicom.Scp.Command.Configuration.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly