GrainTypeAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the grain type of the grain class which it is attached to.
[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
- Inheritance
-
GrainTypeAttribute
- Attributes
- Implements
Constructors
GrainTypeAttribute(String) |
Initializes a new instance of the GrainTypeAttribute class. |
Methods
GetGrainType(IServiceProvider, Type) |