Skip to main content

ResourceStorage(ISchedulerStorage) Constructor

Initializes a new instance of the ResourceStorage class with the specified settings.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public ResourceStorage(
    ISchedulerStorage storage
)

Parameters

Name Type Description
storage ISchedulerStorage

An object implementing the ISchedulerStorage interface.

Remarks

Important

This API is intended to be used with the legacy SchedulerStorage only. Starting with version 18.1, SchedulerStorage and all of its satellite storages are replaced with their updated versions.

See Also