ApplicationConfiguration.SetCollectionAgeLimit 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
SetCollectionAgeLimit(String, TimeSpan) |
지정된 형식에 대한 활성 내 활성화를 수집하는 기간을 설정합니다. |
SetCollectionAgeLimit(Type, TimeSpan) |
지정된 형식에 대한 활성 내 활성화를 수집하는 기간을 설정합니다. |
SetCollectionAgeLimit(String, TimeSpan)
지정된 형식에 대한 활성 내 활성화를 수집하는 기간을 설정합니다.
public void SetCollectionAgeLimit (string grainTypeFullName, TimeSpan ageLimit);
member this.SetCollectionAgeLimit : string * TimeSpan -> unit
Public Sub SetCollectionAgeLimit (grainTypeFullName As String, ageLimit As TimeSpan)
매개 변수
- grainTypeFullName
- String
조직 유형 전체 이름 문자열입니다.
- ageLimit
- TimeSpan
사용할 연령 제한입니다.
적용 대상
SetCollectionAgeLimit(Type, TimeSpan)
지정된 형식에 대한 활성 내 활성화를 수집하는 기간을 설정합니다.
public void SetCollectionAgeLimit (Type type, TimeSpan ageLimit);
member this.SetCollectionAgeLimit : Type * TimeSpan -> unit
Public Sub SetCollectionAgeLimit (type As Type, ageLimit As TimeSpan)
매개 변수
- type
- Type
조직 유형 전체 이름입니다.
- ageLimit
- TimeSpan
사용할 연령 제한입니다.