DefaultGrainTypeAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定在不指定粒度类型的情况下为此接口构造粒度引用时使用的默认粒度类型。
[System.AttributeUsage(System.AttributeTargets.Interface, AllowMultiple=false)]
public sealed class DefaultGrainTypeAttribute : Attribute, Orleans.Metadata.IGrainInterfacePropertiesProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Interface, AllowMultiple=false)>]
type DefaultGrainTypeAttribute = class
inherit Attribute
interface IGrainInterfacePropertiesProviderAttribute
Public NotInheritable Class DefaultGrainTypeAttribute
Inherits Attribute
Implements IGrainInterfacePropertiesProviderAttribute
- 继承
-
DefaultGrainTypeAttribute
- 属性
- 实现
构造函数
DefaultGrainTypeAttribute(String) |
初始化 DefaultGrainTypeAttribute 类的新实例。 |
显式接口实现
IGrainInterfacePropertiesProviderAttribute.Populate(IServiceProvider, Type, Dictionary<String,String>) |
将 grain 接口属性添加到 |