Click or drag to resize
HubPublishAppAsyncT Method (String, String, Boolean, String, FuncResponse, T, AsyncHandle)

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Task<T> PublishAppAsync<T>(
	string appId,
	string streamId,
	bool copy,
	string replaceId = null,
	Func<Response, T> onResult,
	AsyncHandle asyncHandle = null
)

Parameters

appId
Type: SystemString
streamId
Type: SystemString
copy
Type: SystemBoolean
replaceId (Optional)
Type: SystemString
onResult
Type: SystemFuncResponse, T
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle

Type Parameters

T

Return Value

Type: TaskT

Implements

IHubPublishAppAsyncT(String, String, Boolean, String, FuncResponse, T, AsyncHandle)
See Also