IHostManagementDeleteDataAsync(Data) Method

Delete the information according to the indicated key data asynchronously.

Definition

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

Parameters

data  Data
Data with the information to be deleted.

Return Value

Task
A task representing the asynchronous operation.

See Also