DoReloadExAsync Method
Overloads
DoReloadExAsync(DoReloadExParams) |
Reloads the script that is set in an app and returns the path to the script log file. LogsWhen this method is called, audit activity logs are produced to track the user activity. In the case of errors, both audit activity logs and system services logs are produced. The log files are named as follows: Please refer to Engine API reference for table definition. Where to find the log filesThe location of the log files depends on whether you have installed Qlik Sense Enterprise or Qlik Sense Desktop. Please refer to Engine API reference for table definition. DoReloadExParamsPlease refer to Engine API reference for table definition. DoReloadExResultPlease refer to Engine API reference for table definition. If the data load has successfully finished, no matter how the indexing behaves, |
|
DoReloadExAsync(AsyncHandle, DoReloadExParams) |
Reloads the script that is set in an app and returns the path to the script log file. LogsWhen this method is called, audit activity logs are produced to track the user activity. In the case of errors, both audit activity logs and system services logs are produced. The log files are named as follows: Please refer to Engine API reference for table definition. Where to find the log filesThe location of the log files depends on whether you have installed Qlik Sense Enterprise or Qlik Sense Desktop. Please refer to Engine API reference for table definition. DoReloadExParamsPlease refer to Engine API reference for table definition. DoReloadExResultPlease refer to Engine API reference for table definition. If the data load has successfully finished, no matter how the indexing behaves, |
|
DoReloadExAsync<T>(AsyncHandle, Func<Response, T>, DoReloadExParams) |
Reloads the script that is set in an app and returns the path to the script log file. LogsWhen this method is called, audit activity logs are produced to track the user activity. In the case of errors, both audit activity logs and system services logs are produced. The log files are named as follows: Please refer to Engine API reference for table definition. Where to find the log filesThe location of the log files depends on whether you have installed Qlik Sense Enterprise or Qlik Sense Desktop. Please refer to Engine API reference for table definition. DoReloadExParamsPlease refer to Engine API reference for table definition. DoReloadExResultPlease refer to Engine API reference for table definition. If the data load has successfully finished, no matter how the indexing behaves, |
DoReloadExAsync(DoReloadExParams)
Reloads the script that is set in an app and returns the path to the script log file.
Logs
When this method is called, audit activity logs are produced to track the user activity.
In the case of errors, both audit activity logs and system services logs are produced.
The log files are named as follows:
Please refer to Engine API reference for table definition.
Where to find the log files
The location of the log files depends on whether you have installed Qlik Sense Enterprise or Qlik Sense Desktop.
Please refer to Engine API reference for table definition.
DoReloadExParams
Please refer to Engine API reference for table definition.
DoReloadExResult
Please refer to Engine API reference for table definition.
If the data load has successfully finished, no matter how the indexing behaves, true
is returned. This happens even if there is a timeout, a memory limit is reached or any other error occurs during the indexing.
Declaration
public Task<DoReloadExResult> DoReloadExAsync([QixName("qParams")] DoReloadExParams params = null)
Parameters
Type | Name | Description |
---|---|---|
DoReloadExParams | params |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<DoReloadExResult> |
Implements
Remarks
A log file is created per reload.
DoReloadExAsync(AsyncHandle, DoReloadExParams)
Reloads the script that is set in an app and returns the path to the script log file.
Logs
When this method is called, audit activity logs are produced to track the user activity.
In the case of errors, both audit activity logs and system services logs are produced.
The log files are named as follows:
Please refer to Engine API reference for table definition.
Where to find the log files
The location of the log files depends on whether you have installed Qlik Sense Enterprise or Qlik Sense Desktop.
Please refer to Engine API reference for table definition.
DoReloadExParams
Please refer to Engine API reference for table definition.
DoReloadExResult
Please refer to Engine API reference for table definition.
If the data load has successfully finished, no matter how the indexing behaves, true
is returned. This happens even if there is a timeout, a memory limit is reached or any other error occurs during the indexing.
Declaration
public Task<DoReloadExResult> DoReloadExAsync(AsyncHandle asyncHandle, [QixName("qParams")] DoReloadExParams params = null)
Parameters
Type | Name | Description |
---|---|---|
AsyncHandle | asyncHandle |
Handle to asynchronous method request |
DoReloadExParams | params |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<DoReloadExResult> |
Implements
Remarks
A log file is created per reload.
DoReloadExAsync<T>(AsyncHandle, Func<Response, T>, DoReloadExParams)
Reloads the script that is set in an app and returns the path to the script log file.
Logs
When this method is called, audit activity logs are produced to track the user activity.
In the case of errors, both audit activity logs and system services logs are produced.
The log files are named as follows:
Please refer to Engine API reference for table definition.
Where to find the log files
The location of the log files depends on whether you have installed Qlik Sense Enterprise or Qlik Sense Desktop.
Please refer to Engine API reference for table definition.
DoReloadExParams
Please refer to Engine API reference for table definition.
DoReloadExResult
Please refer to Engine API reference for table definition.
If the data load has successfully finished, no matter how the indexing behaves, true
is returned. This happens even if there is a timeout, a memory limit is reached or any other error occurs during the indexing.
Declaration
public Task<T> DoReloadExAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult, [QixName("qParams")] DoReloadExParams params = null)
Parameters
Type | Name | Description |
---|---|---|
AsyncHandle | asyncHandle |
Handle to asynchronous method request |
System.Func<Response, T> | onResult |
Continuation function |
DoReloadExParams | params |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<T> |
Type Parameters
Name | Description |
---|---|
T |
Implements
Remarks
A log file is created per reload.
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!