Skip to main content

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.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

[Obsolete("SyncRoot is obsolette, use LockHelper.Lock() or LockHelper.LockAsync() instead.")]
[Browsable(false)]
public override object SyncRoot { get; }

#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