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 |
Implements
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!