DataTable(DataTableSession, GregorianCalendar) method
Constructs a new DataTable.
Syntax
public
DataTable
(
DataTableSession
session
,
GregorianCalendar
clientLastDataUpdate
)
Parameters
-
session –
An object of type DataTableSession that provides access to pertinent session data for the data table.
-
clientLastDataUpdate –
This argument contains the date and time that the data table was last updated on the client application. This value can be accessed through the protected member _clientLastDataUpdateTime.
Usage
This method is called by the Agentry Server (indirectly via whatever subclasses you define) whenever a data table request is received from the client application. Extensions of this class should take the same arguments as this class, and pass those arguments on to this parent constructor.