다음을 통해 공유


Grain.DelayDeactivation(TimeSpan) 메서드

정의

적어도 지정된 기간 동안 이 활성화의 비활성화를 지연합니다. 양수 timeSpan 값은 "해당 시간 범위에 대해 이 활성화의 GC 방지"를 의미합니다. 음수 timeSpan 값은 "DelayDeactivation 호출의 이전 설정을 취소하고 일반 정품 인증 가비지 수집 설정에 따라 이 활성화가 작동하도록 함"을 의미합니다. DeactivateOnIdle 메서드는 현재 "연결 유지" 설정을 실행 취소/재정의하여 이 조직을 즉시 비활성화할 수 있도록 합니다.

protected virtual void DelayDeactivation (TimeSpan timeSpan);
protected void DelayDeactivation (TimeSpan timeSpan);
abstract member DelayDeactivation : TimeSpan -> unit
override this.DelayDeactivation : TimeSpan -> unit
member this.DelayDeactivation : TimeSpan -> unit
Protected Overridable Sub DelayDeactivation (timeSpan As TimeSpan)
Protected Sub DelayDeactivation (timeSpan As TimeSpan)

매개 변수

timeSpan
TimeSpan

적용 대상