enum UseObjectsModeSource
| Name | Value | |
|---|---|---|
Wait | wait for the data to be ready | |
NoWait | do not wait for the data, but refresh caches | |
NoLock | only return the data we have, do not touch any caches (MT safe mode) |
| Name | Value | |
|---|---|---|
Wait | wait for the data to be ready | |
NoWait | do not wait for the data, but refresh caches | |
NoLock | only return the data we have, do not touch any caches (MT safe mode) |
Class.member to scope