Aqualogic Interaction API  
 

IPTScheduler.GetPage Method 

Returns entries comprising the page for the requested page number. The first dimension is returned as columns, page number, line number, and line content. The second dimension contains an element per line of the requested page.

object[][] GetPage(
   int lPageNumber
);

Parameters

lPageNumber
The page number from the open log.

Return Value

The content within the requested page

See Also

IPTScheduler Interface | com.plumtree.server Namespace