GetExpressionBNFAsync Method
Overloads
| GetExpressionBNFAsync() | Gets the current Backus-Naur Form (BNF) grammar of the Qlik chart expressions supported within a given App. | |
| GetExpressionBNFAsync(AsyncHandle) | Gets the current Backus-Naur Form (BNF) grammar of the Qlik chart expressions supported within a given App. | |
| GetExpressionBNFAsync<T>(AsyncHandle, Func<Response, T>) | Gets the current Backus-Naur Form (BNF) grammar of the Qlik chart expressions supported within a given App. | 
GetExpressionBNFAsync()
Gets the current Backus-Naur Form (BNF) grammar of the Qlik chart expressions supported within a given App.
Declaration
      public Task<GetExpressionBNFResult> GetExpressionBNFAsync()
    
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<GetExpressionBNFResult> | 
Implements
GetExpressionBNFAsync(AsyncHandle)
Gets the current Backus-Naur Form (BNF) grammar of the Qlik chart expressions supported within a given App.
Declaration
      public Task<GetExpressionBNFResult> GetExpressionBNFAsync(AsyncHandle asyncHandle)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<GetExpressionBNFResult> | 
Implements
GetExpressionBNFAsync<T>(AsyncHandle, Func<Response, T>)
Gets the current Backus-Naur Form (BNF) grammar of the Qlik chart expressions supported within a given App.
Declaration
      public Task<T> GetExpressionBNFAsync<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 |