Unsubscribes from the given stream.
Note:
Any tuples that are in-flight during an unsubscribe request will be dequeued until the stream is fully drained.

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 void Unsubscribe(
	StreamProperties props
)
Public Sub Unsubscribe ( _
	props As StreamProperties _
)
public:
void Unsubscribe(
	StreamProperties^ props
)

Parameters

props
StreamProperties

Exceptions

See Also