Skip to main content
A newer version of this page is available. .
All docs
V22.1

DashboardTelemetry.TraceInformation(Object) Method

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

Namespace: DevExpress.DashboardCommon.Diagnostics

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