Click or drag to resize

ReportingProcessBaseSetArguments Method

Applies any received command line arguments for the reporting process.

Namespace: GSF.TimeSeries.Reports
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public virtual void SetArguments(
	Arguments args
)
View Source

Parameters

args  Arguments
Received command line arguments.

Implements

IReportingProcessSetArguments(Arguments)
See Also