Unsubscribes from the given stream.
Namespace: StreamBase.SB.Client|  Note: | 
|---|
| Any tuples that are in-flight during an unsubscribe request will be dequeued until the stream is fully drained. | 
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0
 Syntax
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
Exceptions
| Exception | Condition | 
|---|---|
| StreamBase.SB..::..StreamBaseException | 


























