Skip to main content
All docs
V18.2

DashboardService.SetDashboardStorage(DashboardInMemoryStorage) Method

OBSOLETE

The DashboardService.SetDashboardStorage method is obsolete now. Use DashboardConfigurator.Default.SetDashboardStorage instead.

Specifies an in-memory storage of dashboards for the Web Dashboard.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.dll

Declaration

[Obsolete("The DashboardService.SetDashboardStorage method is obsolete now. Use DashboardConfigurator.Default.SetDashboardStorage instead.")]
public static void SetDashboardStorage(
    DashboardInMemoryStorage inMemoryStorage
)

Parameters

Name Type Description
inMemoryStorage DashboardInMemoryStorage

A DashboardInMemoryStorage object that is the in-memory storage of dashboards.

See Also