ConstructorStreamNamespacePredicateProvider 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 ConstructorStreamNamespacePredicateProvider : Orleans.Streams.IStreamNamespacePredicateProvider
type ConstructorStreamNamespacePredicateProvider = class
interface IStreamNamespacePredicateProvider
Public Class ConstructorStreamNamespacePredicateProvider
Implements IStreamNamespacePredicateProvider
- Inheritance
-
ConstructorStreamNamespacePredicateProvider
- Implements
Constructors
ConstructorStreamNamespacePredicateProvider() |
Fields
Prefix |
The prefix used to identify this predicate provider. |
Methods
FormatPattern(Type, String) |
Formats a stream namespace predicate which indicates a concrete IStreamNamespacePredicate type to be constructed, along with an optional argument. |
TryGetPredicate(String, IStreamNamespacePredicate) |
Get the predicate matching the provided pattern. Returns |