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
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