Edit

Share via


IStreamNamespacePredicate.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
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.

Applies to