DataTable(DataTableSession, GregorianCalendar) method

Constructs a new DataTable.

Syntax

public DataTable ( DataTableSession session , GregorianCalendar clientLastDataUpdate )

Parameters

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.