次の方法で共有


ImplicitChannelSubscriptionAttribute コンストラクター

定義

オーバーロード

ImplicitChannelSubscriptionAttribute()

すべてのストリーム名前空間をサブスクライブするために使用されます。

ImplicitChannelSubscriptionAttribute(IChannelNamespacePredicate, String)

ストリーム名前空間述語のインスタンスを渡すことができます。 継承属性を介して、主に拡張ポイントとして使用されます。

ImplicitChannelSubscriptionAttribute(String, String)

指定したストリーム名前空間をサブスクライブするために使用されます。

ImplicitChannelSubscriptionAttribute(Type, String)

任意の述語型を渡して、サブスクライブするストリーム名前空間をフィルター処理できるようにします。 述語型には、パラメーターのないコンストラクターが必要です。

ImplicitChannelSubscriptionAttribute()

すべてのストリーム名前空間をサブスクライブするために使用されます。

public ImplicitChannelSubscriptionAttribute ();
Public Sub New ()

適用対象

ImplicitChannelSubscriptionAttribute(IChannelNamespacePredicate, String)

ストリーム名前空間述語のインスタンスを渡すことができます。 継承属性を介して、主に拡張ポイントとして使用されます。

public ImplicitChannelSubscriptionAttribute (Orleans.BroadcastChannel.IChannelNamespacePredicate predicate, string channelIdMapper = default);
new Orleans.ImplicitChannelSubscriptionAttribute : Orleans.BroadcastChannel.IChannelNamespacePredicate * string -> Orleans.ImplicitChannelSubscriptionAttribute
Public Sub New (predicate As IChannelNamespacePredicate, Optional channelIdMapper As String = Nothing)

パラメーター

predicate
IChannelNamespacePredicate

ストリーム名前空間述語。

channelIdMapper
String

ストリーム ID マッパーの名前。

適用対象

ImplicitChannelSubscriptionAttribute(String, String)

指定したストリーム名前空間をサブスクライブするために使用されます。

public ImplicitChannelSubscriptionAttribute (string streamNamespace, string channelIdMapper = default);
new Orleans.ImplicitChannelSubscriptionAttribute : string * string -> Orleans.ImplicitChannelSubscriptionAttribute
Public Sub New (streamNamespace As String, Optional channelIdMapper As String = Nothing)

パラメーター

streamNamespace
String

サブスクライブするストリーム名前空間。

channelIdMapper
String

ストリーム ID マッパーの名前。

適用対象

ImplicitChannelSubscriptionAttribute(Type, String)

任意の述語型を渡して、サブスクライブするストリーム名前空間をフィルター処理できるようにします。 述語型には、パラメーターのないコンストラクターが必要です。

public ImplicitChannelSubscriptionAttribute (Type predicateType, string channelIdMapper = default);
new Orleans.ImplicitChannelSubscriptionAttribute : Type * string -> Orleans.ImplicitChannelSubscriptionAttribute
Public Sub New (predicateType As Type, Optional channelIdMapper As String = Nothing)

パラメーター

predicateType
Type

ストリーム名前空間の述語型。

channelIdMapper
String

ストリーム ID マッパーの名前。

適用対象