NET Caching Library Help
IsBusy Property (IScavenge)




KellermanSoftware.NetCachingLibrary.CacheProviders Namespace > IScavenge Interface : IsBusy Property
Gets a value indicating whether this instance is busy scavenging.
Syntax
'Declaration
 
ReadOnly Property IsBusy As System.Boolean
'Usage
 
Dim instance As IScavenge
Dim value As System.Boolean
 
value = instance.IsBusy
System.bool IsBusy {get;}
__property System.bool get_IsBusy();
property System.bool IsBusy {
   System.bool get();
}

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

IScavenge Interface
IScavenge Members