Edit

Share via


RegexStreamNamespacePredicate Constructors

Definition

Overloads

RegexStreamNamespacePredicate(String)

Creates an instance of RegexStreamNamespacePredicate with the specified regular expression.

RegexStreamNamespacePredicate(Regex)

Creates an instance of RegexStreamNamespacePredicate with the specified regular expression.

RegexStreamNamespacePredicate(String)

Creates an instance of RegexStreamNamespacePredicate with the specified regular expression.

public RegexStreamNamespacePredicate (string regex);
new Orleans.Streams.RegexStreamNamespacePredicate : string -> Orleans.Streams.RegexStreamNamespacePredicate
Public Sub New (regex As String)

Parameters

regex
String

The stream namespace regular expression.

Applies to

RegexStreamNamespacePredicate(Regex)

Source:
RegexStreamNamespacePredicate.cs

Creates an instance of RegexStreamNamespacePredicate with the specified regular expression.

public RegexStreamNamespacePredicate (System.Text.RegularExpressions.Regex regex);
new Orleans.Streams.RegexStreamNamespacePredicate : System.Text.RegularExpressions.Regex -> Orleans.Streams.RegexStreamNamespacePredicate
Public Sub New (regex As Regex)

Parameters

regex
Regex

The stream namespace regular expression.

Applies to