Click or drag to resize

YCalibrationDataSourceFillData(DataTable, CancellationToken) Method

Fills (or refills) the data table with the processed data. The data source is represented by this instance, the destination table is provided in the argument destinationTable.

Namespace: Altaxo.Science.Spectroscopy.Calibration
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void FillData(
	DataTable destinationTable,
	CancellationToken cancellationToken
)

Parameters

destinationTable  DataTable
The destination table.
cancellationToken  CancellationToken
CancellationToken used to cancel the task.
See Also