Hub GetCustomConnectorsAsync T  Method (Boolean, Func Response, T , String)Qlik Sense .NET SDK - API Reference

List the custom connectors available in the system.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public Task<T> GetCustomConnectorsAsync<T>(
	bool reloadList = false,
	Func<Response, T> onResult,
	string userHandle = null
)

Parameters

reloadList (Optional)
Type: OnlineSystem Boolean
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.
onResult
Type: OnlineSystem Func Response, T 
Continuation function
userHandle (Optional)
Type: OnlineSystem String
Handle identifier
Type Parameters

T

Return Value

Type: OnlineTask T 

Implements

IHub GetCustomConnectorsAsync T (Boolean, Func Response, T , String)
See Also