Partager via


RegexImplicitChannelSubscriptionAttribute 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 RegexImplicitChannelSubscriptionAttribute : Orleans.ImplicitChannelSubscriptionAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
type RegexImplicitChannelSubscriptionAttribute = class
    inherit ImplicitChannelSubscriptionAttribute
Public NotInheritable Class RegexImplicitChannelSubscriptionAttribute
Inherits ImplicitChannelSubscriptionAttribute
Héritage
RegexImplicitChannelSubscriptionAttribute
Attributs

Constructeurs

RegexImplicitChannelSubscriptionAttribute(String)

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

Propriétés

ChannelIdMapper

Obtient le nom du mappeur d’identificateur de canal.

(Hérité de ImplicitChannelSubscriptionAttribute)
Predicate

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

(Hérité de ImplicitChannelSubscriptionAttribute)

Méthodes

GetBindings(IServiceProvider, Type, GrainType)

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

(Hérité de ImplicitChannelSubscriptionAttribute)

S’applique à