RegexStreamNamespacePredicate 类

定义

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 实现允许按正则表达式筛选流命名空间。

适用于