Click or drag to resize

DevLogReaderReadPage Method

Read a single page's worth of DevLog events. The assumption is that all the events on a particular thread between start and end times belong to the page and constitute all events generated while rendering that page.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string ReadPage(
	string thread,
	string startTimestamp,
	string stopTimestamp
)

Parameters

thread
Type: SystemString
The thread used to render the page.
startTimestamp
Type: SystemString
The page rendering start timestamp.
stopTimestamp
Type: SystemString
The page rendering end timestamp.

Return Value

Type: String
The DevLog XML for the page.
See Also