ConstructorChannelNamespacePredicateProvider
class
Namespace: Orleans.BroadcastChannel
Stream namespace predicate provider which supports objects which can be constructed and optionally accept a string as a constructor argument.
public class ConstructorChannelNamespacePredicateProvider : IChannelNamespacePredicateProviderConstructors
Methods
FormatPattern(Type, string)Formats a stream namespace predicate which indicates a concreteIChannelNamespacePredicatetype to be constructed, along with an optional argument.TryGetPredicate(string, IChannelNamespacePredicate)Get the predicate matching the provided pattern. Returnsfalseif this provider cannot match the predicate.
Fields
PrefixThe prefix used to identify this predicate provider.
