IChannelNamespacePredicate Interface
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.
Stream namespace predicate used for filtering implicit subscriptions using ImplicitChannelSubscriptionAttribute.
public interface IChannelNamespacePredicate
type IChannelNamespacePredicate = interface
Public Interface IChannelNamespacePredicate
- Derived
Remarks
All implementations must be serializable.
Properties
PredicatePattern |
Gets a pattern to describe this predicate. This value is passed to instances of IChannelNamespacePredicateProvider to recreate this predicate. |
Methods
IsMatch(String) |
Defines if the consumer grain should subscribe to the specified namespace. |