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.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

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.

See Also