The Close Method is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
Closes the Cache object and releases all associated resources.| 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(); | |
Calling this method causes the cache object to stop maintaining the cache store.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code