IHostManagementGetTableFileInfoAsync Method
Get file information from a table asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<FileInfo> GetTableFileInfoAsync(
int id
)
Function GetTableFileInfoAsync (
id As Integer
) As Task(Of FileInfo)
- id Int32
- File identifier.
TaskFileInfoFileInfo with the file infomration in the folder.