log_page Method
Return an array of lenty objects that represent each log entry The range returned starts with the log_start and log_end date/time
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)
Syntax
C# |
public static List<lentry> log_page( int start) |
VB |
Public Shared Function log_page ( start As Integer) As List(Of lentry) |
Parameters
start
Type: System.Int32
The number of the first log entry to display
Return Value
Type: List(lentry)List(Of lentry)
See Also
functions Class
Scheduler Namespace