StartReportReportThread Method

This is the entry point for the report thread Notice that it instantiates the class for the report and calls the abstract method Process which must, of course, exist in the report class and be the starting method there.

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
private static void ReportThread(
	Object data
)

Parameters

data  Object
Array of arguments for the report object. The first argument is the name of the report class to process.

See Also