Свойство | Type | Description | |
---|---|---|---|
FirstOffset | long | ||
LogFile | RawLogFile | ||
MonitorId | System.Guid |
Méthode | Description | |
---|---|---|
CreateFilteredReader ( long streamOffset ) : LogReader |
Creates and opens a LogReader that reads unicast entries only from this monitor. The reader is initially positioned before the entry (i.e. LogReader.MoveNext must be called).
|
|
CreateFilteredReaderAndMoveTo ( DateTimeStamp logTime ) : LogReader |
Opens a LogReader that reads unicast entries only from this monitor and positions it on the first entry with the given time (i.e. LogReader.MoveNext has been called).
|
Méthode | Description | |
---|---|---|
RawLogFileMonitorOccurence ( RawLogFile f, System.Guid monitorId, long streamOffset ) : System |
public CreateFilteredReader ( long streamOffset ) : LogReader | ||
streamOffset | long | Initial stream position. |
Résultat | LogReader |
public CreateFilteredReaderAndMoveTo ( DateTimeStamp logTime ) : LogReader | ||
logTime | DateTimeStamp | Log time. Must exist in the stream otherwise an exception is thrown. |
Résultat | LogReader |