Table of Contents

Constructor EdgeDiagnosticsReport

Namespace
Qavren.Edge.Diagnostics
Assembly
Qavren.Edge.Core.dll

EdgeDiagnosticsReport(IReadOnlyList<EdgeComponentReport>, IReadOnlyDictionary<string, string?>, IReadOnlyDictionary<string, string>, IReadOnlyList<EdgeStartupTaskReport>, IReadOnlyList<EdgeLifecycleRecord>)

Everything a support request needs, in one object.

public EdgeDiagnosticsReport(IReadOnlyList<EdgeComponentReport> Components, IReadOnlyDictionary<string, string?> Native, IReadOnlyDictionary<string, string> Paths, IReadOnlyList<EdgeStartupTaskReport> Startup, IReadOnlyList<EdgeLifecycleRecord> Lifecycle)

Parameters

Components IReadOnlyList<EdgeComponentReport>
Native IReadOnlyDictionary<string, string>
Paths IReadOnlyDictionary<string, string>
Startup IReadOnlyList<EdgeStartupTaskReport>
Lifecycle IReadOnlyList<EdgeLifecycleRecord>