Skip to main content Skip to complementary content

SetFavoriteVariablesAsync Method

Overloads

SetFavoriteVariablesAsync(IEnumerable<String>)

Set some variables as favorite.

Declaration

      public Task SetFavoriteVariablesAsync([QixName("qNames")] IEnumerable<string> names)
    

Parameters

Type Name Description
System.Collections.Generic.IEnumerable<System.String> names

Variables to set as favorite.

Returns

Type Description
System.Threading.Tasks.Task

Implements

SetFavoriteVariablesAsync(AsyncHandle, IEnumerable<String>)

Set some variables as favorite.

Declaration

      public Task SetFavoriteVariablesAsync(AsyncHandle asyncHandle, [QixName("qNames")] IEnumerable<string> names)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.Collections.Generic.IEnumerable<System.String> names

Variables to set as favorite.

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!