ImplicitChannelSubscriptionAttribute Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The [Orleans.ImplicitStreamSubscription] attribute is used to mark grains as implicit stream subscriptions.
[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
- Inheritance
-
ImplicitChannelSubscriptionAttribute
- Derived
- Attributes
- Implements
Implicit |
Used to subscribe to all stream namespaces. |
Implicit |
Allows to pass an instance of the stream namespace predicate. To be used mainly as an extensibility point via inheriting attributes. |
Implicit |
Used to subscribe to the specified stream namespace. |
Implicit |
Allows to pass an arbitrary predicate type to filter stream namespaces to subscribe. The predicate type must have a constructor without parameters. |
Channel |
Gets the name of the channel identifier mapper. |
Predicate |
Gets the stream namespace filter predicate. |
Get |
Gets bindings for the type this attribute is attached to. |
Produkt | Versiounen |
---|---|
.NET Orleans | 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |