Shuts down the LEADTOOLS DICOM DLL.
public static void Shutdown()
Public Shared Sub Shutdown()
public static void Shutdown()
function Leadtools.Dicom.Networking.DicomNet.Shutdown()
public:
static void Shutdown();
This method shuts down the LEADTOOLS DICOM DLL. This must be the last method that is called to free up any memory that is associated with the DICOM DLL. No other DICOM network operations method can be used after Shutdown is called. If you wish to use other methods after calling this method, Startup must be called again. You must initialize the LEADTOOLS DICOM DLL using Startup before calling this method.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET