BackgroundWorker Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The BackgroundWorker type exposes the following members.
| Name | Description | |
|---|---|---|
|
CancellationPending | Gets a value that indicates whether the application has requested cancellation of a background operation. |
|
IsBusy | Gets a value that indicates whether the BackgroundWorker is running a background operation. |
|
WorkerReportsProgress | Gets or sets a value that indicates whether the BackgroundWorker can report progress updates. |
|
WorkerSupportsCancellation | Gets or sets a value that indicates whether the BackgroundWorker supports asynchronous cancellation. |
Show: