Unsubscribes from the named 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(
	string sStreamName
)
Public Sub Unsubscribe ( _
	sStreamName As String _
)
public:
void Unsubscribe(
	String^ sStreamName
)

Parameters

sStreamName
String

Exceptions

See Also