Freigeben über


RegexImplicitChannelSubscriptionAttribute Klasse

Definition

Das [Orleans.RegexImplicitStreamSubscription]-Attribut wird verwendet, um Grains als implizite Streamabonnements zu markieren, indem Streamnamespaces gefiltert werden, um sie mit einem regulären Ausdruck zu abonnieren.

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
public sealed class RegexImplicitChannelSubscriptionAttribute : Orleans.ImplicitChannelSubscriptionAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
type RegexImplicitChannelSubscriptionAttribute = class
    inherit ImplicitChannelSubscriptionAttribute
Public NotInheritable Class RegexImplicitChannelSubscriptionAttribute
Inherits ImplicitChannelSubscriptionAttribute
Vererbung
RegexImplicitChannelSubscriptionAttribute
Attribute

Konstruktoren

RegexImplicitChannelSubscriptionAttribute(String)

Ermöglicht das Übergeben eines regulären Ausdrucks zum Filtern von Streamnamespaces zum Abonnieren.

Eigenschaften

ChannelIdMapper

Ruft den Namen des Kanalbezeichnerzuordnungs ab.

(Geerbt von ImplicitChannelSubscriptionAttribute)
Predicate

Ruft das Filterprädikat des Streamnamespaces ab.

(Geerbt von ImplicitChannelSubscriptionAttribute)

Methoden

GetBindings(IServiceProvider, Type, GrainType)

Ruft Bindungen für den Typ ab, dem dieses Attribut angefügt ist.

(Geerbt von ImplicitChannelSubscriptionAttribute)

Gilt für: