LEADTOOLS Medical (Leadtools.Medical.Caching assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
Close Method
See Also 
Leadtools.Medical.Caching Namespace > Cache Class : Close Method



The Close Method is available as an add-on to the LEADTOOLS Medical Imaging toolkits.

Closes the Cache object and releases all associated resources.

Syntax

Visual Basic (Declaration) 
Public Sub Close() 
Visual Basic (Usage)Copy Code
Dim instance As Cache
 
instance.Close()
C# 
public void Close()
C++/CLI 
public:
void Close(); 

Remarks

Calling this method causes the cache object to stop maintaining the cache store.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also