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



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

Represents the size of the user context store in bytes.

Syntax

Visual Basic (Declaration) 
Function Size() As Long
Visual Basic (Usage)Copy Code
Dim instance As IStorageProvider
Dim value As Long
 
value = instance.Size()
C# 
long Size()
C++/CLI 
int64 Size(); 

Return Value

The total number of System.Byte for the user context cache.

Requirements

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

See Also