NTP Analyzer  0.8.2
Analyze the operation of time servers
Ntp.Analyzer.Monitor.Server.TextCommand.ScheduleCommand Class Reference

Schedule command list active scheduled jobs. More...

Inheritance diagram for Ntp.Analyzer.Monitor.Server.TextCommand.ScheduleCommand:
Collaboration diagram for Ntp.Analyzer.Monitor.Server.TextCommand.ScheduleCommand:

Public Member Functions

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

Protected Member Functions

override string ExecuteTextCommand ()
 List scheduled 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

Schedule command list active scheduled jobs.

Definition at line 27 of file ScheduleCommand.cs.

Constructor & Destructor Documentation

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

Initializes a new instance of the ScheduleCommand class.

Parameters
argsArguments.

Definition at line 33 of file ScheduleCommand.cs.

34  : base(args)
35  {
36  }

Member Function Documentation

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

List scheduled jobs.

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

Definition at line 41 of file ScheduleCommand.cs.

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

42  {
43  return Billboard.Schedule(ApplicationState.Scheduler.Schedule);
44  }

Here is the call graph for this function:


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