RegexImplicitChannelSubscriptionAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
[Orleans.RegexImplicitStreamSubscription] 属性は、正規表現を使用してサブスクライブするようにストリーム名前空間をフィルター処理することで、グレインを暗黙的なストリーム サブスクリプションとしてマークするために使用されます。
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
public sealed class RegexImplicitChannelSubscriptionAttribute : Orleans.ImplicitChannelSubscriptionAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
type RegexImplicitChannelSubscriptionAttribute = class
inherit ImplicitChannelSubscriptionAttribute
Public NotInheritable Class RegexImplicitChannelSubscriptionAttribute
Inherits ImplicitChannelSubscriptionAttribute
- 継承
- 属性
コンストラクター
RegexImplicitChannelSubscriptionAttribute(String) |
サブスクライブするストリーム名前空間をフィルター処理する正規表現を渡すことができます。 |
プロパティ
ChannelIdMapper |
チャネル識別子マッパーの名前を取得します。 (継承元 ImplicitChannelSubscriptionAttribute) |
Predicate |
ストリーム名前空間フィルター述語を取得します。 (継承元 ImplicitChannelSubscriptionAttribute) |
メソッド
GetBindings(IServiceProvider, Type, GrainType) |
この属性がアタッチされている型のバインドを取得します。 (継承元 ImplicitChannelSubscriptionAttribute) |