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

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
Task<T> PublishAppAsync<T>(
	AsyncHandle asyncHandle,
	Func<Response, T> onResult,
	string appId,
	string streamId,
	bool copy,
	string replaceId = null
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
onResult
Type: SystemFuncResponse, T
Continuation function
appId
Type: SystemString
streamId
Type: SystemString
copy
Type: SystemBoolean
replaceId (Optional)
Type: SystemString

Type Parameters

T

Return Value

Type: TaskT
See Also