Creates a new instance of a ILiveViewConnection.
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 10.3.0.4 (10.3.0.4)
Syntax
| C# | Visual Basic | Visual C++ |
public static ILiveViewConnection GetConnection( string uri )
Public Shared Function GetConnection ( _ uri As String _ ) As ILiveViewConnection
public: static ILiveViewConnection^ GetConnection( String^ uri )
Parameters
- uri
- String
The URI to which to connect.
Return Value
The new connection.
Exceptions
| Exception | Condition |
|---|---|
| StreamBase.LiveView.API..::..LiveViewURIException | If the URI is malformed. |
| StreamBase.LiveView.API..::..LiveViewException | If the connection could not be created or a network connection error occurred. |