GrainTypeAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定它所附加到的 grain 类的粒度类型。
[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
- 继承
-
GrainTypeAttribute
- 属性
- 实现
构造函数
GrainTypeAttribute(String) |
初始化 GrainTypeAttribute 类的新实例。 |
方法
GetGrainType(IServiceProvider, Type) |