Skip to main content
All docs
V25.1
  • DashboardTelemetry.TraceInformation(Object) Method

    Records the object’s information that is collected since the trace started.

    Namespace: DevExpress.DashboardCommon.Diagnostics

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public static void TraceInformation(
        object Data
    )

    Parameters

    Name Type Description
    Data Object

    An object that is used to generate the trace event.

    See Also