RegexImplicitStreamSubscriptionAttribute クラス

定義

[Orleans.RegexImplicitStreamSubscription] 属性は、正規表現を使用してサブスクライブするようにストリーム名前空間をフィルター処理することで、グレインを暗黙的なストリーム サブスクリプションとしてマークするために使用されます。

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
public sealed class RegexImplicitStreamSubscriptionAttribute : Orleans.ImplicitStreamSubscriptionAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
type RegexImplicitStreamSubscriptionAttribute = class
    inherit ImplicitStreamSubscriptionAttribute
Public NotInheritable Class RegexImplicitStreamSubscriptionAttribute
Inherits ImplicitStreamSubscriptionAttribute
継承
RegexImplicitStreamSubscriptionAttribute
属性

コンストラクター

RegexImplicitStreamSubscriptionAttribute(String)

サブスクライブするストリーム名前空間をフィルター処理する正規表現を渡すことができます。

プロパティ

Predicate

ストリーム名前空間フィルター述語を取得します。

(継承元 ImplicitStreamSubscriptionAttribute)
StreamIdMapper

ストリーム識別子マッパーの名前を取得します。

(継承元 ImplicitStreamSubscriptionAttribute)

メソッド

GetBindings(IServiceProvider, Type, GrainType)

この属性がアタッチされている型のバインドを取得します。

(継承元 ImplicitStreamSubscriptionAttribute)

適用対象