Skip to main content
All docs
V24.1

DashboardTelemetry.TraceInformation(Object) Method

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

Namespace: DevExpress.DashboardCommon.Diagnostics

Assembly: DevExpress.Data.v24.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