RegexChannelNamespacePredicate Class
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.
IChannelNamespacePredicate implementation allowing to filter stream namespaces by regular expression.
public class RegexChannelNamespacePredicate : Orleans.BroadcastChannel.IChannelNamespacePredicate
type RegexChannelNamespacePredicate = class
interface IChannelNamespacePredicate
Public Class RegexChannelNamespacePredicate
Implements IChannelNamespacePredicate
- Inheritance
-
RegexChannelNamespacePredicate
- Implements
Constructors
RegexChannelNamespacePredicate(String) |
Creates an instance of RegexChannelNamespacePredicate with the specified regular expression. |
Properties
PredicatePattern |
Returns a pattern used to describe this instance. The pattern will be parsed by an IChannelNamespacePredicateProvider instance on each node. |
Methods
IsMatch(String) |
Defines if the consumer grain should subscribe to the specified namespace. |