Factory for creating new ILiveViewConnections.
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 10.6.6.1 (10.6.6.1)
Syntax
C# | Visual Basic | Visual C++ |
public sealed class LiveViewConnectionFactory
Public NotInheritable Class LiveViewConnectionFactory
public ref class LiveViewConnectionFactory sealed
Members
All Members | Methods ![]() |
![]() ![]() | ![]() ![]() ![]() | ![]() ![]() | ![]() ![]() ![]() ![]() |
Member | Description | |
---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() ![]() | GetBackgroundConnection(ConnectionConfig) |
Creates an instance of a ConnectionBackgroundWorker,
which can be used to connect to a LiveView server asynchronously while
being notified of progress. Connection can be initiated with a call
to RunWorkerAsync()()()()().
|
![]() ![]() | GetConnection(String) |
Creates a new instance of a ILiveViewConnection.
|
![]() ![]() | GetConnection(ConnectionConfig) |
Creates a new instance of a ILiveViewConnection.
|
![]() ![]() | GetConnection(LiveViewURI) |
Creates a new instance of a ILiveViewConnection.
|
![]() ![]() | GetConnection(MultiConnectionConfig, Boolean) |
Retrieves a ILiveViewMultiConnection based on the MultiConnectionConfig.
|
![]() ![]() | GetConnectionFromTcds(ConnectionConfig) |
Creates a new instance of a ILiveViewConnection from a TCDS-based connection url.
Also see FromTcdsAuthUri(LiveViewURI, ILiveViewAuth) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
Inheritance Hierarchy
System..::..Object
StreamBase.LiveView.API..::..LiveViewConnectionFactory
StreamBase.LiveView.API..::..LiveViewConnectionFactory