Click or drag to resize

SessionBaseAddToIndexInSeperateThread Property

Allow adding objects to indices to be done in a worker thread instead of in main thread.

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public virtual bool AddToIndexInSeperateThread { get; set; }

Property Value

Type: Boolean
See Also