Compartilhar via


MayInterleaveAttribute Classe

Definição

O atributo MayInterleaveAttribute é usado para marcar classes que desejam controlar a intercalação de solicitação por meio do retorno de chamada de método fornecido.

[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
Herança
MayInterleaveAttribute
Atributos
Implementações

Comentários

O nome do método de retorno de chamada deve apontar para uma função estática pública declarada na mesma classe e ter a seguinte assinatura: public static bool MayInterleave(IInvokable req)

Construtores

MayInterleaveAttribute(String)

Inicializa uma nova instância da classe MayInterleaveAttribute.

Métodos

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

Adiciona propriedades de granularidade a properties.

Aplica-se a