IHostManagementDeleteTableFileAsync Method

Delete the table file asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task DeleteTableFileAsync(
	int id
)

Parameters

id  Int32
Table file identifier.

Return Value

Task
A task representing the asynchronous operation.

See Also