SetStringValueAsync Method
Overloads
| SetStringValueAsync(String) | Sets a string value to a variable. | |
| SetStringValueAsync(AsyncHandle, String) | Sets a string value to a variable. | 
SetStringValueAsync(String)
Sets a string value to a variable.
Declaration
      Task SetStringValueAsync([QixName("qVal")] string val)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | val | Value of the variable. The string can contain an expression. | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
Remarks
These changes are not persistent. They only last the duration of the engine session.
SetStringValueAsync(AsyncHandle, String)
Sets a string value to a variable.
Declaration
      Task SetStringValueAsync(AsyncHandle asyncHandle, [QixName("qVal")] string val)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
| System.String | val | Value of the variable. The string can contain an expression. | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
Remarks
These changes are not persistent. They only last the duration of the engine session.