InMemoryDataStore.SyncRoot Property
OBSOLETE
SyncRoot is obsolette, use LockHelper.Lock() or LockHelper.LockAsync() instead.
Gets an object that can be used to synchronize access to the InMemoryDataStore.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v25.1.dll
NuGet Package: DevExpress.Xpo
Declaration
Property Value
| Type | Description |
|---|---|
| Object | An object that can be used to synchronize access to the InMemoryDataStore. |
Remarks
This member supports the internal infrastructure and is not intended to be used directly from your code.
See Also