ApproveAsync Method
Overloads
| ApproveAsync() | Adds the generic measure to the list of approved objects | |
| ApproveAsync(AsyncHandle) | Adds the generic measure to the list of approved objects | 
ApproveAsync()
Adds the generic measure to the list of approved objects
Declaration
      public Task ApproveAsync()
    
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
Implements
Remarks
This operation is possible only in Qlik Sense Enterprise.
ApproveAsync(AsyncHandle)
Adds the generic measure to the list of approved objects
Declaration
      public Task ApproveAsync(AsyncHandle asyncHandle)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
Implements
Remarks
This operation is possible only in Qlik Sense Enterprise.