Show / Hide Table of Contents

Class RegexStreamNamespacePredicate

IStreamNamespacePredicate implementation allowing to filter stream namespaces by regular expression.

Inheritance
System.Object
RegexStreamNamespacePredicate
Implements
IStreamNamespacePredicate
Namespace: Orleans.Streams
Assembly: Orleans.Core.Abstractions.dll
Syntax
public class RegexStreamNamespacePredicate : object, IStreamNamespacePredicate

Constructors

| Improve this Doc View Source

RegexStreamNamespacePredicate(Regex)

Creates an instance of RegexStreamNamespacePredicate with the specified regular expression.

Declaration
public RegexStreamNamespacePredicate(Regex regex)
Parameters
Type Name Description
Regex regex

The stream namespace regular expression.

Methods

| Improve this Doc View Source

IsMatch(String)

Declaration
public bool IsMatch(string streamNameSpace)
Parameters
Type Name Description
System.String streamNameSpace
Returns
Type Description
System.Boolean

Implements

IStreamNamespacePredicate

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX