Skip to main content

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.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

[Obsolete("Use the SchedulerStorage.BeginUpdate method instead.")]
public void BeginUpdate()
See Also