Skip to main content
All docs
V23.2

StorageCleanerSettings(TimeSpan, TimeSpan, TimeSpan, TimeSpan, TimeSpan, TimeSpan) Constructor

Initializes a new instance of the StorageCleanerSettings class with specified settings.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v23.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public StorageCleanerSettings(
    TimeSpan dueTime,
    TimeSpan period,
    TimeSpan reportTimeToLive,
    TimeSpan documentTimeToLive,
    TimeSpan exportedDocumentTimeToLive,
    TimeSpan searchResultsTimeToLive
)

Parameters

Name Type
dueTime TimeSpan
period TimeSpan
reportTimeToLive TimeSpan
documentTimeToLive TimeSpan
exportedDocumentTimeToLive TimeSpan
searchResultsTimeToLive TimeSpan
See Also