HubAsync Method
Overloads
HubAsync(ILocation, ISession) |
Connect to the Qlik Sense hub. This method opens a websocket connection. |
HubAsync(ILocation, ISession)
Connect to the Qlik Sense hub. This method opens a websocket connection.
Declaration
public static Task<IHub> HubAsync(this ILocation location, ISession session = null)
Parameters
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<IHub> |
Returns a task, the result contains the IHub |