Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ExecuteServerAdminReport.cs
1using Waher.Reports;
2
4{
8 public abstract class ExecuteServerAdminReport : ExecuteReport
9 {
15 : base(Report)
16 {
17 }
18 }
19}
Abstract base class for commands executing a report.
ReportNode Report
Report node.
Abstract base class for commands executing a server administrator report.
ExecuteServerAdminReport(ServerAdminReportNode Report)
Abstract base class for commands executing a server administrator report.
Abstract base class for server report nodes, requiring admin privileges to be seen and executed.