Click or drag to resize

SessionBaseUpdateObject Method

Overload List
  NameDescription
Public methodUpdateObject(Object)
Tag an object as updated so that it will be updated persistently
Public methodUpdateObject(IOptimizedPersistable)
Tag an object as updated so that it will be updated persistently
Public methodUpdateObject(Object, Action)
Provides a way to update an object in a multi thraeded scenario where we must make sure that object page isn't flushed until updates to object are done.
Public methodUpdateObject(IOptimizedPersistable, Action)
Provides a way to update an object in a multi thraeded scenario where we must make sure that object page isn't flushed until updates to object are done.
Public methodUpdateObject(IOptimizedPersistable, Boolean, Boolean)
Updates an object
Top
See Also