KeepAliveAttribute 类

定义

应用于 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 属性添加到 properties

适用于