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#
C++/CLI
public static void RegisterCommandInitializationService( 
   Type commandType, 
   IInitializationService service 
) 
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 22.0.2022.12.21
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly

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