Click or drag to resize

RamanCalibrationDataSourceFillData(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.Raman
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