RegisterCommandInitializationService Method

Summary

Register a Leadtools.Dicom.Scp.Command.Configuration.IInitializationService object to be called when a command if the provided type is created.

Syntax
C#
VB
C++
public static void RegisterCommandInitializationService( 
   Type commandType, 
   IInitializationService service 
) 
  
Public Shared Sub RegisterCommandInitializationService( _ 
   ByVal commandType As Type, _ 
   ByVal service As IInitializationService _ 
)  
public: 
static void RegisterCommandInitializationService(  
   Type^ commandType, 
   IInitializationService^ service 
)  

Parameters

commandType
The System.Type of the command which will be passed to the provided service when it is created.

service
An object of type Leadtools.Dicom.Scp.Command.Configuration.IInitializationService which will be called when a DicomCommand of the provided commandType is created.

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