KeepAliveAttribute クラス

定義

グレイン実装型に適用すると、この属性は、アイドル状態のアクティブ化コレクターによってグレインのアクティブ化を収集しないように指定します。

[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()

グレイン実装型に適用すると、この属性は、アイドル状態のアクティブ化コレクターによってグレインのアクティブ化を収集しないように指定します。

メソッド

Populate(IServiceProvider, Type, GrainType, Dictionary<String,String>)

グレイン プロパティを に properties追加します。

適用対象