IChannelNamespacePredicateProvider
interface
Namespace: Orleans.BroadcastChannel
Converts predicate pattern strings to
IChannelNamespacePredicate instances. public interface IChannelNamespacePredicateProviderMethods
TryGetPredicate(string, IChannelNamespacePredicate)Get the predicate matching the provided pattern. Returnsfalseif this provider cannot match the predicate.
