[Missing <summary> documentation for "M:StreamBase.SB.Client.StreamBaseClient.IsStreamSubscribed(System.String)"]

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

Parameters

sStreamName
String

Return Value

true if the stream has already been subscribed to

Exceptions

See Also