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

AppointmentStorageBase.BeginInit() Method

Starts the appointment storage initialization.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

public override void BeginInit()

Remarks

The SchedulerStorage component calls this method on its initialization in the SchedulerStorageBase.BeginInit method. The AppointmentStorageBase.EndInit method finalizes initialization. Use the BeginInit and EndInit methods to prevent the storage usage until it has been completely initialized.

See Also