Subscribes to the named stream.

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

Parameters

sStreamName
String

Return Value

the StreamProperties for the stream

Exceptions

See Also