Compartilhar via


GrainTypeAttribute Classe

Definição

Especifica o tipo de granularidade da classe de granularidade à qual ela está anexada.

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public sealed class GrainTypeAttribute : Attribute, Orleans.Metadata.IGrainTypeProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
type GrainTypeAttribute = class
    inherit Attribute
    interface IGrainTypeProviderAttribute
Public NotInheritable Class GrainTypeAttribute
Inherits Attribute
Implements IGrainTypeProviderAttribute
Herança
GrainTypeAttribute
Atributos
Implementações

Construtores

GrainTypeAttribute(String)

Inicializa uma nova instância da classe GrainTypeAttribute.

Métodos

GetGrainType(IServiceProvider, Type)

Obtém o GrainType para o anexado Type.

Aplica-se a