IHostManagementGetTableFilePropertiesAsync Method

Get the table file properties asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<TableFileProperties> GetTableFilePropertiesAsync(
	int id
)

Parameters

id  Int32
Table file identifier.

Return Value

TaskTableFileProperties
TableFileProperties with the table file properties.

See Also