RegexImplicitStreamSubscriptionAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
[以正則運算式篩選串流命名空間以訂閱的串流命名空間,以使用 [一般運算式] 屬性,用來將粒紋標示為隱含資料流程訂閱。
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
public sealed class RegexImplicitStreamSubscriptionAttribute : Orleans.ImplicitStreamSubscriptionAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
type RegexImplicitStreamSubscriptionAttribute = class
inherit ImplicitStreamSubscriptionAttribute
Public NotInheritable Class RegexImplicitStreamSubscriptionAttribute
Inherits ImplicitStreamSubscriptionAttribute
- 繼承
- 屬性
建構函式
RegexImplicitStreamSubscriptionAttribute(String) |
允許傳遞正則運算式來篩選要訂閱的資料流程命名空間。 |
屬性
Predicate |
取得資料流程命名空間篩選述詞。 (繼承來源 ImplicitStreamSubscriptionAttribute) |
StreamIdMapper |
取得資料流程識別碼對應程式的名稱。 (繼承來源 ImplicitStreamSubscriptionAttribute) |
方法
GetBindings(IServiceProvider, Type, GrainType) |
取得這個屬性所附加之型別的系結。 (繼承來源 ImplicitStreamSubscriptionAttribute) |