NET Caching Library Help
IsBusy Property (FileCacheProvider)




KellermanSoftware.NetCachingLibrary.CacheProviders Namespace > FileCacheProvider Class : IsBusy Property
Returns true when scavenging or async save or delete is in process
Syntax
'Declaration
 
Public Property IsBusy As System.Boolean
'Usage
 
Dim instance As FileCacheProvider
Dim value As System.Boolean
 
instance.IsBusy = value
 
value = instance.IsBusy
public System.bool IsBusy {get; set;}
public: __property System.bool get_IsBusy();
public: __property void set_IsBusy( 
   System.bool value
);
public:
property System.bool IsBusy {
   System.bool get();
   void set (    System.bool 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

FileCacheProvider Class
FileCacheProvider Members