GetExpressionBNFHashAsync Method
Overloads
| GetExpressionBNFHashAsync() | Gets a string hash calculated from the current Backus-Naur Form (BNF) grammar of the Qlik chart expressions supported within a given App. | |
| GetExpressionBNFHashAsync(AsyncHandle) | Gets a string hash calculated from the current Backus-Naur Form (BNF) grammar of the Qlik chart expressions supported within a given App. | |
| GetExpressionBNFHashAsync<T>(AsyncHandle, Func<Response, T>) | Gets a string hash calculated from the current Backus-Naur Form (BNF) grammar of the Qlik chart expressions supported within a given App. | 
GetExpressionBNFHashAsync()
Gets a string hash calculated from the current Backus-Naur Form (BNF) grammar of the Qlik chart expressions supported within a given App.
Declaration
      public Task<string> GetExpressionBNFHashAsync()
    
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<System.String> | 
Implements
GetExpressionBNFHashAsync(AsyncHandle)
Gets a string hash calculated from the current Backus-Naur Form (BNF) grammar of the Qlik chart expressions supported within a given App.
Declaration
      public Task<string> GetExpressionBNFHashAsync(AsyncHandle asyncHandle)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<System.String> | 
Implements
GetExpressionBNFHashAsync<T>(AsyncHandle, Func<Response, T>)
Gets a string hash calculated from the current Backus-Naur Form (BNF) grammar of the Qlik chart expressions supported within a given App.
Declaration
      public Task<T> GetExpressionBNFHashAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
| System.Func<Response, T> | onResult | Continuation function | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<T> | 
Type Parameters
| Name | Description | 
|---|---|
| T |