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 実装では、ストリーム名前空間を正規表現でフィルター処理できます。

適用対象