ReportingProcessBaseSetArguments Method

Applies any received command line arguments for the reporting process.

Definition

Namespace: Gemstone.Timeseries.Reports
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.180 -- Release Build+bcf005f1549dc3ddc54fe9666e195c1988efceb8
public virtual void SetArguments(
	Arguments args
)

Parameters

args  Arguments
Received command line arguments.

Implements

IReportingProcessSetArguments(Arguments)

See Also