GrainTypeAttribute 类

定义

指定它所附加到的 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)

GrainType获取附加Type的 的 。

适用于