Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the number of background cleanup work items that can be queued to the database engine thread pool at any one time.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Property VersionStoreTaskQueueMax As Integer
Get
Set
'Usage
Dim instance As InstanceParameters
Dim value As Integer
value = instance.VersionStoreTaskQueueMax
instance.VersionStoreTaskQueueMax = value
public int VersionStoreTaskQueueMax { get; set; }
Property value
Type: System.Int32