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

Declaration

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