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
)
Public Function ReadPage (
thread As String,
startTimestamp As String,
stopTimestamp As String
) As String
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:
StringThe DevLog XML for the page.
See Also