IHostManagementGetTableFilePropertiesAsync Method
Get the table file properties asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<TableFileProperties> GetTableFilePropertiesAsync(
int id
)
Function GetTableFilePropertiesAsync (
id As Integer
) As Task(Of TableFileProperties)
- id Int32
- Table file identifier.
TaskTableFilePropertiesTableFileProperties with the table file properties.