GetVariablesAsync Method
Overloads
GetVariablesAsync(VariableListDef) | ||
GetVariablesAsync(AsyncHandle, VariableListDef) | ||
GetVariablesAsync<T>(AsyncHandle, Func<Response, T>, VariableListDef) |
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 |
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!