Click or drag to resize

LiteDatabaseTimeout Property

Get/Set database timeout - this timeout is used to wait for unlock using transactions

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public TimeSpan Timeout { get; set; }

Property Value

TimeSpan

Implements

ILiteDatabaseTimeout
See Also