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.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
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