Register a Leadtools.Dicom.Scp.Command.Configuration.IInitializationService object to be called when a command if the provided type is created.
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
)
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document