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