Create a StreamBaseClient from one or more comma-separated URI strings. Default values are selected for the buffer size and flush interval to use.

Namespace: StreamBase.SB.Client
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public StreamBaseClient(
	string sURIs
)
Public Sub New ( _
	sURIs As String _
)
public:
StreamBaseClient(
	String^ sURIs
)

Parameters

sURIs
String
The URIs to use in string form, e.g. "sb://localhost:10000" or "sb://host1:10000,sb://host2"

Exceptions

See Also