RegexImplicitStreamSubscriptionAttribute(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.
Allows to pass a regular expression to filter stream namespaces to subscribe to.
public RegexImplicitStreamSubscriptionAttribute (string pattern);
new Orleans.RegexImplicitStreamSubscriptionAttribute : string -> Orleans.RegexImplicitStreamSubscriptionAttribute
Public Sub New (pattern As String)
Parameters
- pattern
- String
The stream namespace regular expression filter.