ImplicitStreamSubscriptionAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
[Sandbox.ImplicitStreamSubscription] 屬性是用來將細微性標示為隱含資料流程訂閱。
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
public class ImplicitStreamSubscriptionAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
public class ImplicitStreamSubscriptionAttribute : Attribute, Orleans.Metadata.IGrainBindingsProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
type ImplicitStreamSubscriptionAttribute = class
inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
type ImplicitStreamSubscriptionAttribute = class
inherit Attribute
interface IGrainBindingsProviderAttribute
Public Class ImplicitStreamSubscriptionAttribute
Inherits Attribute
Public Class ImplicitStreamSubscriptionAttribute
Inherits Attribute
Implements IGrainBindingsProviderAttribute
- 繼承
-
ImplicitStreamSubscriptionAttribute
- 衍生
- 屬性
- 實作
建構函式
ImplicitStreamSubscriptionAttribute() |
用來訂閱所有資料流程命名空間。 |
ImplicitStreamSubscriptionAttribute(IStreamNamespacePredicate, String) |
允許傳遞資料流程命名空間述詞的實例。 若要主要用來做為透過繼承屬性的擴充點。 |
ImplicitStreamSubscriptionAttribute(IStreamNamespacePredicate) |
允許傳遞資料流程命名空間述詞的實例。 若要主要用來做為透過繼承屬性的擴充點。 |
ImplicitStreamSubscriptionAttribute(String, String) |
用來訂閱指定的資料流程命名空間。 |
ImplicitStreamSubscriptionAttribute(String) |
用來訂閱指定的資料流程命名空間。 |
ImplicitStreamSubscriptionAttribute(Type, String) |
允許傳遞任意述詞類型,以篩選要訂閱的資料流程命名空間。 述詞類型必須具有不含參數的建構函式。 |
ImplicitStreamSubscriptionAttribute(Type) |
允許傳遞任意述詞類型,以篩選要訂閱的資料流程命名空間。 述詞類型必須具有不含參數的建構函式。 |
屬性
Predicate |
取得資料流程命名空間篩選述詞。 |
StreamIdMapper |
取得資料流程識別碼對應器的名稱。 |
方法
GetBindings(IServiceProvider, Type, GrainType) |
取得這個屬性所附加之型別的系結。 |