Gets a value indicating whether this instance is busy scavenging.
'Declaration
Property IsBusy As System.Boolean
'Usage
Dim instance As IAsyncProvider
Dim value As System.Boolean
instance.IsBusy = value
value = instance.IsBusy
System.bool IsBusy {get; set;}
__property System.bool get_IsBusy();
__property void set_IsBusy(
System.bool value
);
property System.bool IsBusy {
System.bool get();
void set ( System.bool value);
}
Property Value
true
if this instance is busy; otherwise,
false
.
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