Create a StreamBaseAdminClient. Uses the value of the "STREAMBASE_SERVER" environment variable as the URI, or sb://localhost:10000/ if this variable is undefined.
Create a StreamBaseAdminClient. Uses the value of the "STREAMBASE_SERVER" environment variable as the URI, or sb://localhost:10000/ if this variable is undefined.

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 StreamBaseAdminClient()
Public Sub New
public:
StreamBaseAdminClient()

Exceptions

ExceptionCondition
StreamBase.SB..::..StreamBaseExceptionconnect error, malformed URI, etc.
StreamBase.SB..::..StreamBaseExceptionconnect error, malformed URI, etc.

See Also