Skip to main content
A newer version of this page is available. .

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

Declaration

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