Returns a description of a stream, throwing an exception if the
stream does not exist.
Namespace: StreamBase.SB.ClientAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 10.6.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
Exception | Condition |
---|---|
StreamBase.SB..::..StreamBaseException | Named stream does not exist |