Click or drag to resize

DevLogReadPageLog Method

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
)

Parameters

thread
Type: SystemString
The thread of interest.
startTimestamp
Type: SystemString
The start timestamp.
stopTimestamp
Type: SystemString
The stop timestamp.

Return Value

Type: String
The specified XML content from the current devlog.
See Also