SetScriptAsync Method
Overloads
| SetScriptAsync(String) | Sets values in script. | |
| SetScriptAsync(AsyncHandle, String) | Sets values in script. | 
SetScriptAsync(String)
Sets values in script.
Declaration
      public Task SetScriptAsync([QixName("qScript")] string script)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | script | Script content. | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
Implements
SetScriptAsync(AsyncHandle, String)
Sets values in script.
Declaration
      public Task SetScriptAsync(AsyncHandle asyncHandle, [QixName("qScript")] string script)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
| System.String | script | Script content. | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task |