NTP Analyzer  0.8.2
Analyze the operation of time servers
Ntp.Analyzer.Monitor.Server.TextCommand.ProcCommand Class Reference
Inheritance diagram for Ntp.Analyzer.Monitor.Server.TextCommand.ProcCommand:
Collaboration diagram for Ntp.Analyzer.Monitor.Server.TextCommand.ProcCommand:

Public Member Functions

 ProcCommand (string[] args)
 Initializes a new instance of the ProcCommand class. More...
 
- Public Member Functions inherited from Ntp.Analyzer.Monitor.Server.TextCommand.MonitorTextCommand
override object Execute ()
 

Protected Member Functions

override string ExecuteTextCommand ()
 List all jobs. More...
 
- Protected Member Functions inherited from Ntp.Analyzer.Monitor.Server.TextCommand.MonitorTextCommand
 MonitorTextCommand (string[] args)
 
 MonitorTextCommand ()
 

Additional Inherited Members

- Public Attributes inherited from Ntp.Analyzer.Monitor.Server.TextCommand.MonitorTextCommand
override CommandType CommandType => CommandType.Text
 
- Properties inherited from Ntp.Analyzer.Monitor.Server.TextCommand.MonitorTextCommand
string[] Args [get]
 
- Properties inherited from Ntp.Analyzer.Monitor.Server.Command
abstract CommandType CommandType [get]
 

Detailed Description

Definition at line 24 of file ProcCommand.cs.

Constructor & Destructor Documentation

Ntp.Analyzer.Monitor.Server.TextCommand.ProcCommand.ProcCommand ( string[]  args)
inline

Initializes a new instance of the ProcCommand class.

Parameters
argsArguments.

Definition at line 30 of file ProcCommand.cs.

31  : base(args)
32  {
33  }

Member Function Documentation

override string Ntp.Analyzer.Monitor.Server.TextCommand.ProcCommand.ExecuteTextCommand ( )
inlineprotectedvirtual

List all jobs.

Implements Ntp.Analyzer.Monitor.Server.TextCommand.MonitorTextCommand.

Definition at line 38 of file ProcCommand.cs.

References Ntp.Analyzer.Monitor.Server.Billboard.Proc(), and Ntp.Analyzer.Monitor.Server.ApplicationState.Scheduler.

39  {
40  return Billboard.Proc(ApplicationState.Scheduler);
41  }

Here is the call graph for this function:


The documentation for this class was generated from the following file: