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 SessionBaseAddToIndexInSeperateThread.)
Public propertyDatabases
Gets a list of the currently opened databases
(Overrides SessionBaseDatabases.)
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 SessionBaseWriteToDiskInSeperateDatabaseThreads.)
Top
See Also