←Select platform

Shutdown Method (DicomNet)

Summary

Shuts down the LEADTOOLS DICOM DLL.

Syntax

C#
VB
WinRT C#
C++
public static void Shutdown() 
Public Shared Sub Shutdown()  
public static void Shutdown() 
 function Leadtools.Dicom.Networking.DicomNet.Shutdown() 
public: 
static void Shutdown();  

Remarks

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.

Requirements

Target Platforms

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

Leadtools.Dicom Assembly