Skip to main content
All docs
V25.1
  • DashboardTelemetry(String) Constructor

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

    Namespace: DevExpress.DashboardCommon.Diagnostics

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public DashboardTelemetry(
        string name
    )

    Parameters

    Name Type Description
    name String

    The benchmark name.

    See Also