RegexChannelNamespacePredicate(String) Constructor
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.
Creates an instance of RegexChannelNamespacePredicate with the specified regular expression.
public RegexChannelNamespacePredicate (string regex);
new Orleans.BroadcastChannel.RegexChannelNamespacePredicate : string -> Orleans.BroadcastChannel.RegexChannelNamespacePredicate
Public Sub New (regex As String)
Parameters
- regex
- String
The stream namespace regular expression.