次の方法で共有


RegexImplicitChannelSubscriptionAttribute クラス

定義

[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
属性

コンストラクター

RegexImplicitChannelSubscriptionAttribute(String)

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

プロパティ

ChannelIdMapper

チャネル識別子マッパーの名前を取得します。

(継承元 ImplicitChannelSubscriptionAttribute)
Predicate

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

(継承元 ImplicitChannelSubscriptionAttribute)

メソッド

GetBindings(IServiceProvider, Type, GrainType)

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

(継承元 ImplicitChannelSubscriptionAttribute)

適用対象