ImplicitChannelSubscriptionAttribute Constructeurs
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.
Surcharges
ImplicitChannelSubscriptionAttribute() |
Utilisé pour s’abonner à tous les espaces de noms de flux. |
ImplicitChannelSubscriptionAttribute(IChannelNamespacePredicate, String) |
Permet de passer une instance du prédicat d’espace de noms de flux. À utiliser principalement comme point d’extensibilité via l’héritage d’attributs. |
ImplicitChannelSubscriptionAttribute(String, String) |
Utilisé pour s’abonner à l’espace de noms de flux spécifié. |
ImplicitChannelSubscriptionAttribute(Type, String) |
Permet de passer un type de prédicat arbitraire pour filtrer les espaces de noms de flux à abonner. Le type de prédicat doit avoir un constructeur sans paramètres. |
ImplicitChannelSubscriptionAttribute()
Utilisé pour s’abonner à tous les espaces de noms de flux.
public ImplicitChannelSubscriptionAttribute ();
Public Sub New ()
S’applique à
ImplicitChannelSubscriptionAttribute(IChannelNamespacePredicate, String)
Permet de passer une instance du prédicat d’espace de noms de flux. À utiliser principalement comme point d’extensibilité via l’héritage d’attributs.
public ImplicitChannelSubscriptionAttribute (Orleans.BroadcastChannel.IChannelNamespacePredicate predicate, string channelIdMapper = default);
new Orleans.ImplicitChannelSubscriptionAttribute : Orleans.BroadcastChannel.IChannelNamespacePredicate * string -> Orleans.ImplicitChannelSubscriptionAttribute
Public Sub New (predicate As IChannelNamespacePredicate, Optional channelIdMapper As String = Nothing)
Paramètres
- predicate
- IChannelNamespacePredicate
Prédicat de l’espace de noms de flux.
- channelIdMapper
- String
Nom du mappeur d’identité de flux.
S’applique à
ImplicitChannelSubscriptionAttribute(String, String)
Utilisé pour s’abonner à l’espace de noms de flux spécifié.
public ImplicitChannelSubscriptionAttribute (string streamNamespace, string channelIdMapper = default);
new Orleans.ImplicitChannelSubscriptionAttribute : string * string -> Orleans.ImplicitChannelSubscriptionAttribute
Public Sub New (streamNamespace As String, Optional channelIdMapper As String = Nothing)
Paramètres
- streamNamespace
- String
Espace de noms de flux à abonner.
- channelIdMapper
- String
Nom du mappeur d’identité de flux.
S’applique à
ImplicitChannelSubscriptionAttribute(Type, String)
Permet de passer un type de prédicat arbitraire pour filtrer les espaces de noms de flux à abonner. Le type de prédicat doit avoir un constructeur sans paramètres.
public ImplicitChannelSubscriptionAttribute (Type predicateType, string channelIdMapper = default);
new Orleans.ImplicitChannelSubscriptionAttribute : Type * string -> Orleans.ImplicitChannelSubscriptionAttribute
Public Sub New (predicateType As Type, Optional channelIdMapper As String = Nothing)
Paramètres
- predicateType
- Type
Type de prédicat d’espace de noms de flux.
- channelIdMapper
- String
Nom du mappeur d’identité de flux.