Partager via


RegexImplicitStreamSubscriptionAttribute Classe

Définition

L’attribut [Orleans.RegexImplicitStreamSubscription] est utilisé pour marquer les grains en tant qu’abonnements de flux implicites en filtrant les espaces de noms de flux pour s’abonner à l’aide d’une expression régulière.

[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
Héritage
RegexImplicitStreamSubscriptionAttribute
Attributs

Constructeurs

RegexImplicitStreamSubscriptionAttribute(String)

Permet de passer une expression régulière pour filtrer les espaces de noms de flux auxquels s’abonner.

Propriétés

Predicate

Obtient le prédicat de filtre d’espace de noms de flux.

(Hérité de ImplicitStreamSubscriptionAttribute)
StreamIdMapper

Obtient le nom du mappeur d’identificateur de flux.

(Hérité de ImplicitStreamSubscriptionAttribute)

Méthodes

GetBindings(IServiceProvider, Type, GrainType)

Obtient des liaisons pour le type auquel cet attribut est attaché.

(Hérité de ImplicitStreamSubscriptionAttribute)

S’applique à