Skip to main content
A newer version of this page is available. .

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

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

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

Declaration

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

Parameters

Name Type Description
dueTime TimeSpan

A TimeSpan structure, specifying the time interval after which to run the storage cleaner.

period TimeSpan

A TimeSpan structure, specifying the period of time between each cleaning of a storage.

reportTimeToLive TimeSpan

A TimeSpan structure, specifying the lifetime of a report in a storage.

documentTimeToLive TimeSpan

A TimeSpan structure, specifying the lifetime of a report document in a storage.

exportedDocumentTimeToLive TimeSpan

A TimeSpan structure, specifying the lifetime of an exported report document in a storage.

See Also