←Select platform

GarbageCollectDicomServer Field

Summary

Contains a message used to tell the DICOM Listening Service to run the garbage collector.

Syntax

C#
VB
C++
public const string GarbageCollectDicomServer 
Public Const GarbageCollectDicomServer As String 
public:  
   literal String^ GarbageCollectDicomServer 

Remarks

This message is used to tell the DICOM Listening Service (i.e., the process running Leadtools.Dicom.Server.exe) to run the garbage collector (i.e., run GC.Collect() ).

Do not use this field except for debugging purposes. In the rare case that the DICOM Listening Service process seems to continually be allocating memory, forcing the garbage collector to run can help identify any problems.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly