Share via


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 實作,允許依正則表達式篩選數據流命名空間。

適用於