Skip to main content
All docs
V23.2

DashboardTelemetry.Log(String, Action) Method

Collects actions for each event of an event session.

Namespace: DevExpress.DashboardCommon.Diagnostics

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public static void Log(
    string functionName,
    Action action
)

Parameters

Name Type Description
functionName String

The benchmark name.

action Action

The delegate that encapsulates a method to execute. The method should take no arguments and have no return value.

See Also