The ConnectionBackgroundWorker type exposes the following properties.
Properties
| Member | Description | |
|---|---|---|
| CancellationPending | Gets a value indicating whether the application has requested cancellation of a background operation. (Inherited from BackgroundWorker.) | |
| Connection |
The ILiveViewConnection object used by this background worker to connect to a LiveView server.
| |
| Container | Gets the IContainer that contains the Component. (Inherited from Component.) | |
| IsBusy | Gets a value indicating whether the BackgroundWorker is running an asynchronous operation. (Inherited from BackgroundWorker.) | |
| Site | (Inherited from Component.) | |
| WorkerReportsProgress | Gets or sets a value indicating whether the BackgroundWorker can report progress updates. (Inherited from BackgroundWorker.) | |
| WorkerSupportsCancellation | Gets or sets a value indicating whether the BackgroundWorker supports asynchronous cancellation. (Inherited from BackgroundWorker.) |