다음을 통해 공유


CoreOptionsExtension.WithLoggingCacheTime(TimeSpan) 메서드

정의

모든 옵션이 이 instance 동일하지만 지정된 옵션이 변경된 새 instance 만듭니다. 이 메서드를 직접 호출하는 것은 드문 일입니다. 대신 DbContextOptionsBuilder를 사용하세요.

public virtual Microsoft.EntityFrameworkCore.Infrastructure.CoreOptionsExtension WithLoggingCacheTime (TimeSpan timeSpan);
abstract member WithLoggingCacheTime : TimeSpan -> Microsoft.EntityFrameworkCore.Infrastructure.CoreOptionsExtension
override this.WithLoggingCacheTime : TimeSpan -> Microsoft.EntityFrameworkCore.Infrastructure.CoreOptionsExtension
Public Overridable Function WithLoggingCacheTime (timeSpan As TimeSpan) As CoreOptionsExtension

매개 변수

timeSpan
TimeSpan

다시 검사하기 전에 로깅 검사를 건너뛸 최대 기간입니다.

반환

옵션이 변경된 새 instance.

적용 대상