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