The ConnectionBackgroundWorker type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
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
Gets or sets the ISite of the Component.
(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.)

See Also