RegexImplicitStreamSubscriptionAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
[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(String) |
サブスクライブするストリーム名前空間をフィルター処理する正規表現を渡すことができます。 |
プロパティ
Predicate |
ストリーム名前空間フィルター述語を取得します。 (継承元 ImplicitStreamSubscriptionAttribute) |
StreamIdMapper |
ストリーム識別子マッパーの名前を取得します。 (継承元 ImplicitStreamSubscriptionAttribute) |
メソッド
GetBindings(IServiceProvider, Type, GrainType) |
この属性がアタッチされている型のバインドを取得します。 (継承元 ImplicitStreamSubscriptionAttribute) |