Returns a description of a stream, throwing an exception if the stream does not exist.

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 StreamProperties GetStreamProperties(
	string sStreamName
)
Public Function GetStreamProperties ( _
	sStreamName As String _
) As StreamProperties
public:
StreamProperties^ GetStreamProperties(
	String^ sStreamName
)

Parameters

sStreamName
String

Exceptions

ExceptionCondition
StreamBase.SB..::..StreamBaseExceptionNamed stream does not exist

See Also