SessionNoServerShared Properties |
The SessionNoServerShared type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddToIndexInSeperateThread |
Allow adding objects to indices to be done in a worker thread instead of in main thread.
(Overrides SessionBase.AddToIndexInSeperateThread.) |
![]() | Databases |
Gets a list of the currently opened databases
(Overrides SessionBase.Databases.) |
![]() | WriteToDiskInSeperateDatabaseThreads |
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.) |