IStreamNamespacePredicate.IsMatch(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines if the consumer grain should subscribe to the specified namespace.
public bool IsMatch (string streamNamespace);
abstract member IsMatch : string -> bool
Public Function IsMatch (streamNamespace As String) As Boolean
Parameters
- streamNamespace
- String
The target stream namespace to check.
Returns
true
, if the grain should subscribe to the specified namespace; false
, otherwise.