다음을 통해 공유


ApplicationConfiguration.SetCollectionAgeLimit 메서드

정의

오버로드

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

사용할 연령 제한입니다.

적용 대상