GetAppIdentifiersAsync Method
Overloads
| GetAppIdentifiersAsync(ILocation) | 
             Get a list of app identifiers. This method opens a temporary websocket connection.  | 
        
      
    
GetAppIdentifiersAsync(ILocation)
Get a list of app identifiers. This method opens a temporary websocket connection.
Declaration
      public static Task<IEnumerable<IAppIdentifier>> GetAppIdentifiersAsync(this ILocation location)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| ILocation | location | 
           Location object of the Qlik Sense instance  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<IAppIdentifier>> | 
           Returns a task, the result contains a list of IAppIdentifiers  |