ImplicitChannelSubscriptionAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
[Sandbox.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) |
取得這個屬性所附加之型別的系結。 |