LEADTOOLS Medical (Leadtools.Medical.Caching assembly)
LEAD Technologies, Inc

BytesLimit Property






Gets or sets the maximum size of the cache in bytes.
Syntax
public long BytesLimit {get; set;}
'Declaration
 
Public Property BytesLimit As Long
'Usage
 
Dim instance As Cache
Dim value As Long
 
instance.BytesLimit = value
 
value = instance.BytesLimit
public long BytesLimit {get; set;}
 get_BytesLimit();
set_BytesLimit(value);
public:
property int64 BytesLimit {
   int64 get();
   void set (    int64 value);
}

Property Value

The maximum size of the cache, in bytes. The size should not exceed this value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Cache Class
Cache Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.