SessionBaseUpdateObject Method |
| Name | Description | |
|---|---|---|
| UpdateObject(Object) |
Tag an object as updated so that it will be updated persistently
| |
| UpdateObject(IOptimizedPersistable) |
Tag an object as updated so that it will be updated persistently
| |
| UpdateObject(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.
| |
| UpdateObject(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.
| |
| UpdateObject(IOptimizedPersistable, Boolean, Boolean) |
Updates an object
|