RegexChannelNamespacePredicate
class
Namespace: Orleans.BroadcastChannel
IChannelNamespacePredicate implementation allowing to filter stream namespaces by regular expression. public class RegexChannelNamespacePredicate : IChannelNamespacePredicateConstructors
RegexChannelNamespacePredicate(string)Creates an instance ofRegexChannelNamespacePredicatewith the specified regular expression.
Properties
PredicatePatternReturns a pattern used to describe this instance. The pattern will be parsed by anIChannelNamespacePredicateProviderinstance on each node.
Methods
IsMatch(string)Defines if the consumer grain should subscribe to the specified namespace.
