←Select platform

UseServiceNameAsTemporarySubDirectory Property

Summary

Gets or sets a value indicating whether to include the ServiceName as part of the GeneratedTemporaryDirectory location for storing temporary files.

Syntax
C#
C++/CLI
public bool UseServiceNameAsTemporarySubDirectory { get; set; } 
public:  
   property bool UseServiceNameAsTemporarySubDirectory 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

A value indicating whether to include the ServiceName as part of the GeneratedTemporaryDirectory location for storing temporary files.

Remarks

A DICOM Listening Service (i.e., the process running Leadtools.Dicom.Server.exe) creates/reads/writes/deletes temporary files while processing DICOM messages.

The readonly GeneratedTemporaryDirectory property contains the location for temporary files.

If UseServiceNameAsTemporarySubDirectory is true, GeneratedTemporaryDirectory is a combination of TemporaryDirectory and ServiceName.

If UseServiceNameAsTemporarySubDirectory is false, GeneratedTemporaryDirectory is the same as TemporaryDirectory.

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.