RegexStreamNamespacePredicate.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
override this.IsMatch : string -> bool
Public Function IsMatch (streamNameSpace As String) As Boolean
Parameters
- streamNameSpace
- String
Returns
true
, if the grain should subscribe to the specified namespace; false
, otherwise.