Early Access: The content on this website is provided for informational purposes only in connection with pre-General Availability Qlik Products.
All content is subject to change and is provided without warranty.
Skip to main content Skip to complementary content

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

Type Name Description
ILocation location

Location object of the Qlik Sense instance

ISession session

Defines a specific app session, that can be connected to.

Returns

Type Description
System.Threading.Tasks.Task<IHub>

Returns a task, the result contains the IHub

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!