Condividi tramite


RegexImplicitStreamSubscriptionAttribute Classe

Definizione

L'attributo [Orleans.RegexImplicitStreamSubscription] viene usato per contrassegnare i cereali come sottoscrizioni di flusso implicite filtrando gli spazi dei nomi di flusso per sottoscrivere un'espressione regolare.

[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
Ereditarietà
RegexImplicitStreamSubscriptionAttribute
Attributi

Costruttori

RegexImplicitStreamSubscriptionAttribute(String)

Consente di passare un'espressione regolare per filtrare gli spazi dei nomi di flusso da sottoscrivere.

Proprietà

Predicate

Ottiene il predicato del filtro dello spazio dei nomi di flusso.

(Ereditato da ImplicitStreamSubscriptionAttribute)
StreamIdMapper

Ottiene il nome del mapper dell'identificatore di flusso.

(Ereditato da ImplicitStreamSubscriptionAttribute)

Metodi

GetBindings(IServiceProvider, Type, GrainType)

Ottiene le associazioni per il tipo a cui è associato questo attributo.

(Ereditato da ImplicitStreamSubscriptionAttribute)

Si applica a