Edit

Share via


RegexStreamNamespacePredicate.IsMatch(String) Method

Definition

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.

Implements

Applies to