ConstructorChannelNamespacePredicateProvider 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.
Stream namespace predicate provider which supports objects which can be constructed and optionally accept a string as a constructor argument.
public class ConstructorChannelNamespacePredicateProvider : Orleans.BroadcastChannel.IChannelNamespacePredicateProvider
type ConstructorChannelNamespacePredicateProvider = class
interface IChannelNamespacePredicateProvider
Public Class ConstructorChannelNamespacePredicateProvider
Implements IChannelNamespacePredicateProvider
- Inheritance
-
ConstructorChannelNamespacePredicateProvider
- Implements
Constructors
ConstructorChannelNamespacePredicateProvider() |
Fields
Prefix |
The prefix used to identify this predicate provider. |
Methods
FormatPattern(Type, String) |
Formats a stream namespace predicate which indicates a concrete IChannelNamespacePredicate type to be constructed, along with an optional argument. |
TryGetPredicate(String, IChannelNamespacePredicate) |
Get the predicate matching the provided pattern. Returns |