Skip to main content Skip to complementary content

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

      public 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

Implements

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

      public 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

Implements

Remarks

These changes are not persistent. They only last the duration of the engine session.

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!