NET Caching Library Help
IsBusy Property (BaseDatabaseCacheProvider)




KellermanSoftware.NetCachingLibrary.CacheProviders Namespace > BaseDatabaseCacheProvider Class : IsBusy Property
Gets a value indicating whether this instance is busy scavenging.
Syntax
'Declaration
 
Public Property IsBusy As System.Boolean
'Usage
 
Dim instance As BaseDatabaseCacheProvider
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);
}

Property Value

true if this instance is busy; otherwise, false.
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

BaseDatabaseCacheProvider Class
BaseDatabaseCacheProvider Members