Skip to main content Skip to complementary content

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

Implements

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!