Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.7
|
Leadtools.Caching Assembly > Leadtools.Caching Namespace > ObjectCache Class : GetCount Method |
public abstract long GetCount( string regionName )
'Declaration
Public MustOverride Function GetCount( _ ByVal regionName As String _ ) As Long
'Usage
Dim instance As ObjectCache Dim regionName As String Dim value As Long value = instance.GetCount(regionName)
public abstract long getCount(String regionName)
public: abstract int64 GetCount( String^ regionName )