Gets or sets a value indicating whether to include the ServiceName as part of the GeneratedTemporaryDirectory location for storing temporary files.
public bool UseServiceNameAsTemporarySubDirectory { get; set; }
public:
property bool UseServiceNameAsTemporarySubDirectory
{
bool get()
void set(bool value)
}
A value indicating whether to include the ServiceName as part of the GeneratedTemporaryDirectory location for storing temporary files.
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.
Leadtools.Dicom.AddIn.Common Namespace
UseServiceNameAsTemporarySubDirectory
UseServiceNameAsTemporarySubDirectory
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