다음을 통해 공유


CollectionAgeLimitAttribute 클래스

정의

수집 및 비활성화에 조직을 사용할 수 있기 전까지의 비활성 기간을 지정합니다.

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

에 조직 속성을 properties추가합니다.

적용 대상