←Select platform

ServiceStartModeExtended Enumeration

Summary

Specifies the DICOM listening service start mode.

Syntax
C#
C++/CLI
[SerializableAttribute()] 
public enum ServiceStartModeExtended 
public: 
   [SerializableAttribute] 
   enum class ServiceStartModeExtended sealed 
Members
ValueMemberDescription
0x00000000NoneNone
0x00000002AutomaticDICOM listening service automatically starts during the boot and logon process.
0x00000003ManualDICOM listening service does not automatically start during boot and logon, but may be launched by Windows if needed.
0x00000004DisabledDisables the DICOM listening service from starting.
0x000ADDEDAutomaticDelayedStartDICOM listening service is briefly delayed during the logon process to increase logon performance.
Remarks

A DICOM Listening Service (i.e., the process running Leadtools.Dicom.Server.exe) is a windows service that processes DICOM messages.

A specific DICOM listening service (or any windows service) can be configured to have any of the ServiceStartModeExtended values.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

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