SQLiteDatabase.OpenParams.IdleConnectionTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns maximum number of milliseconds that SQLite connection is allowed to be idle before it is closed and removed from the pool.
public long IdleConnectionTimeout { [Android.Runtime.Register("getIdleConnectionTimeout", "()J", "", ApiSince=27)] get; }
[<get: Android.Runtime.Register("getIdleConnectionTimeout", "()J", "", ApiSince=27)>]
member this.IdleConnectionTimeout : int64
Property Value
timeout in milliseconds or -1 if the value wasn't set.
- Attributes
Remarks
Returns maximum number of milliseconds that SQLite connection is allowed to be idle before it is closed and removed from the pool.
If the value isn't set, the timeout defaults to the system wide timeout
Java documentation for android.database.sqlite.SQLiteDatabase.OpenParams.getIdleConnectionTimeout()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.