Click or drag to resize

ServerClientSessionShared Properties

The ServerClientSessionShared 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 ServerClientSessionAddToIndexInSeperateThread.)
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 ServerClientSessionWriteToDiskInSeperateDatabaseThreads.)
Top
See Also