IHostManagementDeleteDataAsync(String, Int64) Method

Delete the information according to the table and id of the indicated record asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task DeleteDataAsync(
	string table,
	long id
)

Parameters

table  String
Table corresponding to the record to be deleted.
id  Int64
Identifier of the record to delete.

Return Value

Task
A task representing the asynchronous operation.

See Also