IHostManagementDeleteDataAsync(String, Int64) Method
Delete the information according to the table and id of the indicated record asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task DeleteDataAsync(
string table,
long id
)
Function DeleteDataAsync (
table As String,
id As Long
) As Task
- table String
- Table corresponding to the record to be deleted.
- id Int64
- Identifier of the record to delete.
TaskA task representing the asynchronous operation.