CoreOptionsExtension.WithLoggingCacheTime(TimeSpan) Method

Definition

Creates a new instance with all options the same as for this instance, but with the given option changed. It is unusual to call this method directly. Instead use 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

Parameters

timeSpan
TimeSpan

The maximum time period over which to skip logging checks before checking again.

Returns

A new instance with the option changed.

Applies to