RegexStreamNamespacePredicate Constructors
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.
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)
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.