PersistentObjectStorage<T>.BeginUpdate() Method
OBSOLETE
Use the SchedulerStorage.BeginUpdate method instead.
Locks the object until the EndUpdate or CancelUpdate method is called.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
[Obsolete("Use the SchedulerStorage.BeginUpdate method instead.")]
public void BeginUpdate()
See Also