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

List the custom connectors available in the system.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public Task<T> GetCustomConnectorsAsync<T>(
	AsyncHandle asyncHandle,
	Func<Response, T> onResult,
	bool reloadList = false
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
onResult
Type: SystemFuncResponse, T
Continuation function
reloadList (Optional)
Type: SystemBoolean
Sets if the list of custom connectors should be reloaded or not. This parameter is optional and the default value is false. If set to false, only the connectors that were returned the previous time are returned. If new connectors have been added since the last call to the GetCustomConnectors method was made, the new connectors are not returned. If set to true, the GetCustomConnectors method looks for new connectors in the file system.

Type Parameters

T

Return Value

Type: TaskT

Implements

IHubGetCustomConnectorsAsyncT(AsyncHandle, FuncResponse, T, Boolean)
See Also