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