|
NTP Analyzer
0.8.2
Analyze the operation of time servers
|


Package Functions | |
| DriftStatConfiguration (string configName, string file, ReadingBulkConfiguration bulk, DateTimeKind?timeStamp, int?frequency, bool?initialRun, bool?fixedRun) | |
Package Functions inherited from Ntp.Analyzer.Config.Node.StatConfiguration | |
| StatConfiguration (string configName, ReadingBulkConfiguration bulk, DateTimeKind?timeStamp, int?frequency, bool?initialRun, bool?fixedRun) | |
Package Functions inherited from Ntp.Analyzer.Config.Node.ConfigurationNode | |
| virtual void | Assemble () |
Properties | |
| string | FileName [get] |
Properties inherited from Ntp.Analyzer.Config.Node.StatConfiguration | |
| ReadingBulkConfiguration | Bulk [get] |
Properties inherited from Ntp.Analyzer.Config.Node.ConfigurationNode | |
| string | ConfigName [get] |
| ConfigurationNode | Parent [get, set] |
Properties inherited from Ntp.Analyzer.Interface.IConfigurationNode | |
| string | ConfigName [get] |
Properties inherited from Ntp.Common.Process.IJobConfiguration | |
| string | ConfigName [get] |
| bool | FixedRun [get] |
| int | Frequency [get] |
| bool | InitialRun [get] |
Additional Inherited Members | |
Public Attributes inherited from Ntp.Analyzer.Config.Node.StatConfiguration | |
| bool | FixedRun => Bulk?.FixedRun ?? FixedRunConfig |
| bool | FixedRunConfig => fixedRun ?? true |
| int | Frequency => Bulk?.Frequency ?? frequency |
| string | FrequencyConfig => Bulk != null ? Bulk.Name : frequency.ToString() |
| bool | InitialRun => Bulk?.InitialRun ?? InitialRunConfig |
| bool | InitialRunConfig => initialRun ?? true |
| DateTimeKind | TimeStamp => Bulk?.TimeStamp ?? (timeStamp ?? TimeStampConfig) |
| DateTimeKind | TimeStampConfig => timeStamp ?? DateTimeKind.Utc |
Public Attributes inherited from Ntp.Analyzer.Config.Node.HostSubConfiguration | |
| override string | FilePath => Server.FilePath |
| Gets the file path in the HostSubConfiguration. More... | |
| int | HostId => Server.HostId |
| Gets the host identifier in the HostSubConfiguration. More... | |
| string | ServerName => Server.ServerName |
| Gets the name of the server in the HostSubConfiguration. More... | |
| ServerType | ServerType => Server.ServerType |
| Gets the type of the server in the HostSubConfiguration. More... | |
| Uri | WebPath => Server.WebPath |
| Gets the web path in the HostSubConfiguration. More... | |
Public Attributes inherited from Ntp.Analyzer.Config.Node.ConfigurationNode | |
| virtual string | FilePath => Parent.FilePath + SubPath |
| virtual string | SubPath => string.Empty |
Protected Member Functions inherited from Ntp.Analyzer.Config.Node.HostSubConfiguration | |
| HostSubConfiguration (string name) | |
Protected Member Functions inherited from Ntp.Analyzer.Config.Node.ConfigurationNode | |
| ConfigurationNode (string name) | |
Protected Attributes inherited from Ntp.Analyzer.Config.Node.HostSubConfiguration | |
| HostConfiguration | Server => Parent as HostConfiguration |
Definition at line 7 of file DriftStatConfiguration.cs.
|
inlinepackage |
Definition at line 9 of file DriftStatConfiguration.cs.
|
get |
Definition at line 25 of file DriftStatConfiguration.cs.