RegexStreamNamespacePredicate 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
IStreamNamespacePredicate 实现允许按正则表达式筛选流命名空间。
[System.Serializable]
public class RegexStreamNamespacePredicate : Orleans.Streams.IStreamNamespacePredicate
[System.Serializable]
[Orleans.Concurrency.Immutable]
public class RegexStreamNamespacePredicate : Orleans.Streams.IStreamNamespacePredicate
public class RegexStreamNamespacePredicate : Orleans.Streams.IStreamNamespacePredicate
[<System.Serializable>]
type RegexStreamNamespacePredicate = class
interface IStreamNamespacePredicate
[<System.Serializable>]
[<Orleans.Concurrency.Immutable>]
type RegexStreamNamespacePredicate = class
interface IStreamNamespacePredicate
type RegexStreamNamespacePredicate = class
interface IStreamNamespacePredicate
Public Class RegexStreamNamespacePredicate
Implements IStreamNamespacePredicate
- 继承
-
RegexStreamNamespacePredicate
- 属性
- 实现
构造函数
RegexStreamNamespacePredicate(Regex) |
使用指定的正则表达式创建 的 RegexStreamNamespacePredicate 实例。 |
RegexStreamNamespacePredicate(String) |
使用指定的正则表达式创建 的 RegexStreamNamespacePredicate 实例。 |
属性
PredicatePattern |
返回用于描述此实例的模式。 模式将由每个节点上的实例 IStreamNamespacePredicateProvider 分析。 |
方法
DeepCopier(Object, ICopyContext) |
IStreamNamespacePredicate 实现允许按正则表达式筛选流命名空间。 |
Deserializer(Type, IDeserializationContext) |
IStreamNamespacePredicate 实现允许按正则表达式筛选流命名空间。 |
IsMatch(String) |
定义使用者粒度是否应订阅指定的命名空间。 |
Serializer(Object, ISerializationContext, Type) |
IStreamNamespacePredicate 实现允许按正则表达式筛选流命名空间。 |