Compartir a través de


MayInterleaveAttribute Clase

Definición

El atributo MayInterleaveAttribute se usa para marcar las clases que quieren controlar la intercalación de solicitudes a través de la devolución de llamada del método proporcionado.

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class MayInterleaveAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class MayInterleaveAttribute : Attribute, Orleans.Metadata.IGrainPropertiesProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type MayInterleaveAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type MayInterleaveAttribute = class
    inherit Attribute
    interface IGrainPropertiesProviderAttribute
Public NotInheritable Class MayInterleaveAttribute
Inherits Attribute
Public NotInheritable Class MayInterleaveAttribute
Inherits Attribute
Implements IGrainPropertiesProviderAttribute
Herencia
MayInterleaveAttribute
Atributos
Implementaciones

Comentarios

El nombre del método de devolución de llamada debe apuntar a una función estática pública declarada en la misma clase y tener la siguiente firma: public static bool MayInterleave(IInvokable req)

Constructores

MayInterleaveAttribute(String)

Inicializa una nueva instancia de la clase MayInterleaveAttribute.

Métodos

Populate(IServiceProvider, Type, GrainType, Dictionary<String,String>)

Agrega propiedades de grano a properties.

Se aplica a