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

Public Member Functions

 VersionCommand (string[] args)
 
- Public Member Functions inherited from Ntp.Analyzer.Monitor.Server.TextCommand.MonitorTextCommand
override object Execute ()
 

Protected Member Functions

override string ExecuteTextCommand ()
 
- 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 VersionCommand.cs.

Constructor & Destructor Documentation

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

Definition at line 26 of file VersionCommand.cs.

27  : base(args)
28  {
29  }

Member Function Documentation

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

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

Definition at line 31 of file VersionCommand.cs.

32  {
33  return $"NTP Analyzer version {ApplicationState.Version}";
34  }

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