VelocityDB v8.2

Released: Apr 16, 2019

v8.2 での更新項目

Updates in v8.2

  • Add SessionBase.UpdateObject(IOptimizedPersistable obj, Action codeBlock) and SessionBase.
  • UpdateObject(object obj, Action codeBlock) to facilitate some parallel updates of objects.
  • See test Paralell in ConcurrentUpdaters NUnit test for usage sample.
  • Some fixes to SessionNoServerShared was also made.