IHostManagementAddHistoricalDataAsync Method

Record event in the information history asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task AddHistoricalDataAsync(
	HistoricalData historicalData
)

Parameters

historicalData  HistoricalData
HistoricalData model with the historical data information.

Return Value

Task
A task representing the asynchronous operation.

See Also