다음을 통해 공유


ApplicationConfiguration.GetCollectionAgeLimit 메서드

정의

오버로드

GetCollectionAgeLimit(String)

지정된 형식의 활성 내 활성화를 수집하는 데 사용되는 기간을 반환합니다.

GetCollectionAgeLimit(Type)

지정된 형식의 활성 내 활성화를 수집하는 데 사용되는 기간을 반환합니다.

GetCollectionAgeLimit(String)

지정된 형식의 활성 내 활성화를 수집하는 데 사용되는 기간을 반환합니다.

public TimeSpan GetCollectionAgeLimit (string grainTypeFullName);
member this.GetCollectionAgeLimit : string -> TimeSpan
Public Function GetCollectionAgeLimit (grainTypeFullName As String) As TimeSpan

매개 변수

grainTypeFullName
String

조직 유형 전체 이름입니다.

반환

적용 대상

GetCollectionAgeLimit(Type)

지정된 형식의 활성 내 활성화를 수집하는 데 사용되는 기간을 반환합니다.

public TimeSpan GetCollectionAgeLimit (Type type);
member this.GetCollectionAgeLimit : Type -> TimeSpan
Public Function GetCollectionAgeLimit (type As Type) As TimeSpan

매개 변수

type
Type

조직 유형입니다.

반환

적용 대상