Click or drag to resize

SessionNoServerShared Properties

The SessionNoServerShared type exposes the following members.

Properties
  NameDescription
Public propertyAddToIndexInSeperateThread
Allow adding objects to indices to be done in a worker thread instead of in main thread.
(Overrides SessionBase.AddToIndexInSeperateThread.)
Public propertyDatabases
Gets a list of the currently opened databases
(Overrides SessionBase.Databases.)
Public propertyWriteToDiskInSeperateDatabaseThreads
Allow object serialization and page writes to happen in worker threads, one per database, instead of in main session thread. AddToIndexInSeperateThread must also be enabled for this to work.
(Overrides SessionBase.WriteToDiskInSeperateDatabaseThreads.)
Top
See Also