Skip to main content
All docs
V25.1
  • DashboardTelemetry.Log(String, Action) Method

    Collects actions for each event of an event session.

    Namespace: DevExpress.DashboardCommon.Diagnostics

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