GrainTypeAttribute Classe
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.
Spécifie le type de grain de la classe de grain à laquelle il est attaché.
[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
- Héritage
-
GrainTypeAttribute
- Attributs
- Implémente
Constructeurs
GrainTypeAttribute(String) |
Initialise une nouvelle instance de la classe GrainTypeAttribute. |
Méthodes
GetGrainType(IServiceProvider, Type) |