RegexImplicitStreamSubscriptionAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- 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) |