HibernationOptions.Timeout Property
Specifies the idle timeout after which an open document is hibernated.
Namespace: DevExpress.Web.Office
Assembly: DevExpress.AspNetCore.Core.v24.1.dll
NuGet Package: DevExpress.AspNetCore.Core
Declaration
public TimeSpan Timeout { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan | An object that specifies the idle timeout. |
Remarks
The Spreadsheet hibernates inactive open documents after an idle timeout passed. Use the Timeout property to specify the idle timeout value.
The DocumentsDisposeTimeout property specifies how long hibernated documents are stored on the server before disposal.
See Also