| IHubImportAppExAsync Method (AsyncHandle, String, String, IEnumerableString, Boolean) |
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.0.0.0+Build:29.QSM12-CIGS
SyntaxTask ImportAppExAsync(
AsyncHandle asyncHandle,
string appId,
string srcPath,
IEnumerable<string> ids,
bool excludeConnections
)
Function ImportAppExAsync (
asyncHandle As AsyncHandle,
appId As String,
srcPath As String,
ids As IEnumerable(Of String),
excludeConnections As Boolean
) As Task
Parameters
- asyncHandle
- Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request - appId
- Type: SystemString
- srcPath
- Type: SystemString
- ids
- Type: System.Collections.GenericIEnumerableString
- excludeConnections
- Type: SystemBoolean
Return Value
Type:
Task
See Also