IHostManagementAddDataAsync(Data) Method

Adds information to the database asynchronously, if the record has key fields marked and exists then it is not recorded.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<Data> AddDataAsync(
	Data data
)

Parameters

data  Data
Data with the information to add.

Return Value

TaskData
Data with the information indicating the identifier assigned when recording.

See Also