GetVariablesAsync Method
Overloads
GetVariablesAsync(VariableListDef)
Declaration
      public Task<IEnumerable<NxVariableListItem>> GetVariablesAsync([QixName("qListDef")] VariableListDef listDef)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| VariableListDef | listDef | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<NxVariableListItem>> | 
Implements
GetVariablesAsync(AsyncHandle, VariableListDef)
Declaration
      public Task<IEnumerable<NxVariableListItem>> GetVariablesAsync(AsyncHandle asyncHandle, [QixName("qListDef")] VariableListDef listDef)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
| VariableListDef | listDef | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<NxVariableListItem>> | 
Implements
GetVariablesAsync<T>(AsyncHandle, Func<Response, T>, VariableListDef)
Declaration
      public Task<T> GetVariablesAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult, [QixName("qListDef")] VariableListDef listDef)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
| System.Func<Response, T> | onResult | Continuation function | 
| VariableListDef | listDef | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<T> | 
Type Parameters
| Name | Description | 
|---|---|
| T |