Extract the XML for the specified thread and timespan from the current devlog.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string ReadPageLog(
string thread,
string startTimestamp,
string stopTimestamp
)
Public Shared Function ReadPageLog (
thread As String,
startTimestamp As String,
stopTimestamp As String
) As String
Parameters
- thread
- Type: SystemString
The thread of interest. - startTimestamp
- Type: SystemString
The start timestamp. - stopTimestamp
- Type: SystemString
The stop timestamp.
Return Value
Type:
StringThe specified XML content from the current devlog.
See Also