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

ResourceStorage(ISchedulerStorage) Constructor

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

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