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

Public Member Functions

override object Execute ()
 

Public Attributes

override CommandType CommandType => CommandType.Text
 

Protected Member Functions

 MonitorTextCommand (string[] args)
 
 MonitorTextCommand ()
 
abstract string ExecuteTextCommand ()
 

Properties

string[] Args [get]
 
- Properties inherited from Ntp.Analyzer.Monitor.Server.Command
abstract CommandType CommandType [get]
 

Detailed Description

Definition at line 24 of file MonitorTextCommand.cs.

Constructor & Destructor Documentation

Ntp.Analyzer.Monitor.Server.TextCommand.MonitorTextCommand.MonitorTextCommand ( string[]  args)
inlineprotected

Definition at line 26 of file MonitorTextCommand.cs.

Ntp.Analyzer.Monitor.Server.TextCommand.MonitorTextCommand.MonitorTextCommand ( )
inlineprotected

Definition at line 31 of file MonitorTextCommand.cs.

32  {
33  Args = new string[0];
34  }

Member Function Documentation

override object Ntp.Analyzer.Monitor.Server.TextCommand.MonitorTextCommand.Execute ( )
inlinevirtual

Implements Ntp.Analyzer.Monitor.Server.Command.

Definition at line 40 of file MonitorTextCommand.cs.

41  {
42  return ExecuteTextCommand();
43  }

Member Data Documentation

override CommandType Ntp.Analyzer.Monitor.Server.TextCommand.MonitorTextCommand.CommandType => CommandType.Text

Definition at line 38 of file MonitorTextCommand.cs.

Property Documentation

string [] Ntp.Analyzer.Monitor.Server.TextCommand.MonitorTextCommand.Args
getprotected

Definition at line 36 of file MonitorTextCommand.cs.


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