BackgroundWorker::IsBusy Property
.NET Framework (current version)
Gets a value indicating whether the BackgroundWorker is running an asynchronous operation.
Assembly: System (in System.dll)
Property Value
Type: System::Booleantrue, if the BackgroundWorker is running an asynchronous operation; otherwise, false.
The BackgroundWorker starts an asynchronous operation when you call RunWorkerAsync.
The following code example demonstrates how to use the IsBusy property to wait for completion of a BackgroundWorker operation. This code example is part of a larger example described in How to: Download a File in the Background.
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 10
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: