IAppGetFileTablesAsyncT Method (String, String, FileDataFormat, FuncResponse, T, AsyncHandle) |
Lists the tables for a folder connection.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax Task<T> GetFileTablesAsync<T>(
string connectionId,
string relativePath = null,
FileDataFormat dataFormat,
Func<Response, T> onResult,
AsyncHandle asyncHandle = null
)
Function GetFileTablesAsync(Of T) (
connectionId As String,
Optional relativePath As String = Nothing,
dataFormat As FileDataFormat,
onResult As Func(Of Response, T),
Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of T)
Parameters
- connectionId
- Type: SystemString
Identifier of the connection.
This parameter is mandatory. - relativePath (Optional)
- Type: SystemString
Path of the connection file.
This parameter is mandatory. - dataFormat
- Type: Qlik.EngineFileDataFormat
Type of the file. - onResult
- Type: SystemFuncResponse, T
Continuation function - asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request
Type Parameters
- T
Return Value
Type:
TaskTSee Also