Definition at line 27 of file NtpctlPeerImporter.cs.
Ntp.Analyzer.Import.NtpctlPeerImporter.NtpctlPeerImporter |
( |
int |
hostId, |
|
|
LogBase |
log |
|
) |
| |
|
inlinepackage |
override void Ntp.Analyzer.Import.NtpctlPeerImporter.ReadFromStream |
( |
| ) |
|
|
inlineprotected |
Definition at line 36 of file NtpctlPeerImporter.cs.
42 while (Reader.Peek() != -1)
44 string peer = Reader.ReadLine();
45 string stat = Reader.ReadLine();
AssociationEntry ParseLines(string peer, string stats)
The documentation for this class was generated from the following file: