IsAlive Method
Overloads
| IsAlive(ILocation) | Checks if the connection is alive This method opens a temporary websocket connection. | 
IsAlive(ILocation)
Checks if the connection is alive This method opens a temporary websocket connection.
Declaration
      public static bool IsAlive(this ILocation location)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| ILocation | location | Location object of the Qlik Sense instance | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | True if connection is alive |