Compartir a través de


RegexImplicitChannelSubscriptionAttribute Clase

Definición

El atributo [Orleans.RegexImplicitStreamSubscription] se usa para marcar granos como suscripciones de flujo implícitas mediante el filtrado de espacios de nombres de flujo para suscribirse mediante una expresión regular.

[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
Herencia
RegexImplicitChannelSubscriptionAttribute
Atributos

Constructores

RegexImplicitChannelSubscriptionAttribute(String)

Permite pasar una expresión regular para filtrar los espacios de nombres de flujo a los que suscribirse.

Propiedades

ChannelIdMapper

Obtiene el nombre del asignador de identificadores de canal.

(Heredado de ImplicitChannelSubscriptionAttribute)
Predicate

Obtiene el predicado de filtro de espacio de nombres de secuencia.

(Heredado de ImplicitChannelSubscriptionAttribute)

Métodos

GetBindings(IServiceProvider, Type, GrainType)

Obtiene los enlaces del tipo al que está asociado este atributo.

(Heredado de ImplicitChannelSubscriptionAttribute)

Se aplica a