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 > FileCache Class : GetCount Method |
public override long GetCount( string regionName )
'Declaration
Public Overrides Function GetCount( _ ByVal regionName As String _ ) As Long
'Usage
Dim instance As FileCache Dim regionName As String Dim value As Long value = instance.GetCount(regionName)
@Override public long getCount(String regionName)
public: int64 GetCount( String^ regionName ) override