This can be used to connect to a LiveView server in the background, trying until a successful
connection is made, until an exception occurs or until the task is canceled.
Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 11.2.0.0 (11.2.0.1)
Syntax
C# | Visual Basic | Visual C++ |
public class ConnectionBackgroundWorker : BackgroundWorker
Public Class ConnectionBackgroundWorker _ Inherits BackgroundWorker
public ref class ConnectionBackgroundWorker : public BackgroundWorker
Members
All Members | Properties ![]() | Methods ![]() | Events ![]() |
![]() ![]() | ![]() ![]() ![]() | ![]() ![]() | ![]() ![]() ![]() ![]() |
Member | Description | |
---|---|---|
![]() | CancelAsync()()()() | (Inherited from BackgroundWorker.) |
![]() | CancellationPending | (Inherited from BackgroundWorker.) |
![]() | Connection |
The ILiveViewConnection object used by this background worker to connect to a LiveView server.
|
![]() | Container | (Inherited from Component.) |
![]() | CreateObjRef(Type) | (Inherited from MarshalByRefObject.) |
![]() | Dispose()()()() | (Inherited from Component.) |
![]() | Disposed | (Inherited from Component.) |
![]() | DoWork | (Inherited from BackgroundWorker.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | (Inherited from Object.) |
![]() | GetLifetimeService()()()() | (Inherited from MarshalByRefObject.) |
![]() | GetType()()()() | (Inherited from Object.) |
![]() | InitializeLifetimeService()()()() | (Inherited from MarshalByRefObject.) |
![]() | IsBusy | (Inherited from BackgroundWorker.) |
![]() | ProgressChanged | (Inherited from BackgroundWorker.) |
![]() | ReportProgress(Int32) | (Inherited from BackgroundWorker.) |
![]() | ReportProgress(Int32, Object) | (Inherited from BackgroundWorker.) |
![]() | RunWorkerAsync()()()() | (Inherited from BackgroundWorker.) |
![]() | RunWorkerAsync(Object) | (Inherited from BackgroundWorker.) |
![]() | RunWorkerCompleted | (Inherited from BackgroundWorker.) |
![]() | Site | (Inherited from Component.) |
![]() | ToString()()()() | (Inherited from Component.) |
![]() | WorkerReportsProgress | (Inherited from BackgroundWorker.) |
![]() | WorkerSupportsCancellation | (Inherited from BackgroundWorker.) |
Inheritance Hierarchy
System..::..Object
System..::..MarshalByRefObject
System.ComponentModel..::..Component
System.ComponentModel..::..BackgroundWorker
StreamBase.LiveView.API..::..ConnectionBackgroundWorker
System..::..MarshalByRefObject
System.ComponentModel..::..Component
System.ComponentModel..::..BackgroundWorker
StreamBase.LiveView.API..::..ConnectionBackgroundWorker