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

DashboardTelemetry.Log(String, Action) Method

Collects actions for each event of an event session.

Namespace: DevExpress.DashboardCommon.Diagnostics

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