Lists all Connections to the StreamBaseServer.
Lists all Connections to the StreamBaseServer.

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 string[] ListConnections()
Public Function ListConnections As String()
public:
array<String^>^ ListConnections()

Return Value

An array of String objects naming the connections.

Return Value

An array of String objects naming the connections.

Exceptions

See Also