CollectionAgeLimitAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
グレインを収集および非アクティブ化に使用できるようになる前の非アクティブ期間を指定します。
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public class CollectionAgeLimitAttribute : Attribute, Orleans.Metadata.IGrainPropertiesProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
type CollectionAgeLimitAttribute = class
inherit Attribute
interface IGrainPropertiesProviderAttribute
Public Class CollectionAgeLimitAttribute
Inherits Attribute
Implements IGrainPropertiesProviderAttribute
- 継承
-
CollectionAgeLimitAttribute
- 属性
- 実装
コンストラクター
CollectionAgeLimitAttribute() |
グレインを収集および非アクティブ化に使用できるようになる前の非アクティブ期間を指定します。 |
CollectionAgeLimitAttribute(String) |
グレインを収集および非アクティブ化に使用できるようになる前の非アクティブ期間を指定します。 |
フィールド
MinAgeLimit |
アクティブ化の最小有効期間を取得します。 |
プロパティ
AgeLimit |
アイドル状態のアクティブ化コレクションの有効期間を取得します。 |
AlwaysActive |
アイドル状態のアクティブ化コレクターによってこのグレインを収集しないかどうかを示す値を取得または設定します。 |
Days |
アイドル状態のアクティブ化の収集を延期する日数を取得または設定します。 |
Hours |
アイドル状態のアクティブ化の収集を遅延させる時間数を取得または設定します。 |
Minutes |
アイドル状態のアクティブ化の収集を遅延させる時間 (分) を取得または設定します。 |
メソッド
Populate(IServiceProvider, Type, GrainType, Dictionary<String,String>) |
グレイン プロパティを に追加します |