Skip to main content
All docs
V24.1

DashboardTelemetry(String) Constructor

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

Namespace: DevExpress.DashboardCommon.Diagnostics

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public DashboardTelemetry(
    string name
)

Parameters

Name Type Description
name String

The benchmark name.

See Also