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



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

The number of items stored for the specified user context.

Syntax

Visual Basic (Declaration) 
Function Count() As Integer
Visual Basic (Usage)Copy Code
Dim instance As IStorageProvider
Dim value As Integer
 
value = instance.Count()
C# 
int Count()
C++/CLI 
int Count(); 

Return Value

The number of items in the user context store specified by name.

Requirements

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

See Also