IHostManagementAddHistoricalCommunicationAsync Method

Records information in the communication history asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task AddHistoricalCommunicationAsync(
	HistoricalCommunication historicalCommunication
)

Parameters

historicalCommunication  HistoricalCommunication
HistoricalCommunication model with the historical data communication information.

Return Value

Task
A task representing the asynchronous operation.

See Also