Freigeben über


RegexImplicitStreamSubscriptionAttribute 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 RegexImplicitStreamSubscriptionAttribute : Orleans.ImplicitStreamSubscriptionAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
type RegexImplicitStreamSubscriptionAttribute = class
    inherit ImplicitStreamSubscriptionAttribute
Public NotInheritable Class RegexImplicitStreamSubscriptionAttribute
Inherits ImplicitStreamSubscriptionAttribute
Vererbung
RegexImplicitStreamSubscriptionAttribute
Attribute

Konstruktoren

RegexImplicitStreamSubscriptionAttribute(String)

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

Eigenschaften

Predicate

Ruft das Filterprädikat des Streamnamespaces ab.

(Geerbt von ImplicitStreamSubscriptionAttribute)
StreamIdMapper

Ruft den Namen des Streambezeichnerzuordnungs ab.

(Geerbt von ImplicitStreamSubscriptionAttribute)

Methoden

GetBindings(IServiceProvider, Type, GrainType)

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

(Geerbt von ImplicitStreamSubscriptionAttribute)

Gilt für: