Use this constructor to configure the servers differently.
The primary use for this is to specify different username/password for the different servers,
or any other specific settings per server.
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 MultiConnectionConfig( List<ConnectionConfig> configs )
Public Sub New ( _ configs As List(Of ConnectionConfig) _ )
public: MultiConnectionConfig( List<ConnectionConfig^>^ configs )
Parameters
- configs
- List<(Of <(<'ConnectionConfig>)>)>
The list of servers to which to connect.