Return the status of the StreamBase Server

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[] Status(
	bool bVerbose
)
Public Function Status ( _
	bVerbose As Boolean _
) As String()
public:
array<String^>^ Status(
	bool bVerbose
)

Parameters

bVerbose
Boolean

Exceptions

See Also