KeepAliveAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
应用于 grain 实现类型时,此属性指定不应由空闲激活收集器收集 grain 的激活。
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public class KeepAliveAttribute : Attribute, Orleans.Metadata.IGrainPropertiesProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
type KeepAliveAttribute = class
inherit Attribute
interface IGrainPropertiesProviderAttribute
Public Class KeepAliveAttribute
Inherits Attribute
Implements IGrainPropertiesProviderAttribute
- 继承
-
KeepAliveAttribute
- 属性
- 实现
构造函数
KeepAliveAttribute() |
应用于 grain 实现类型时,此属性指定不应由空闲激活收集器收集 grain 的激活。 |
方法
Populate(IServiceProvider, Type, GrainType, Dictionary<String,String>) |
将 grain 属性添加到 |