Subscribes to the given 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(
	StreamProperties props
)
Public Function Subscribe ( _
	props As StreamProperties _
) As StreamProperties
public:
StreamProperties^ Subscribe(
	StreamProperties^ props
)

Parameters

props
StreamProperties

Return Value

the StreamProperties for the stream

Exceptions

See Also