GetChildInfosAsync Method
Overloads
GetChildInfosAsync() |
Returns the identifier and the type for each child in an app object. If the child contains extra properties in Full dynamic properties are optional and are returned if they exist in the definition of the object. |
|
GetChildInfosAsync(AsyncHandle) |
Returns the identifier and the type for each child in an app object. If the child contains extra properties in Full dynamic properties are optional and are returned if they exist in the definition of the object. |
|
GetChildInfosAsync<T>(AsyncHandle, Func<Response, T>) |
Returns the identifier and the type for each child in an app object. If the child contains extra properties in Full dynamic properties are optional and are returned if they exist in the definition of the object. |
GetChildInfosAsync()
Returns the identifier and the type for each child in an app object. If the child contains extra properties in qInfos
, these properties are returned.
Full dynamic properties are optional and are returned if they exist in the definition of the object.
Declaration
Task<IEnumerable<NxInfo>> GetChildInfosAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<NxInfo>> |
GetChildInfosAsync(AsyncHandle)
Returns the identifier and the type for each child in an app object. If the child contains extra properties in qInfos
, these properties are returned.
Full dynamic properties are optional and are returned if they exist in the definition of the object.
Declaration
Task<IEnumerable<NxInfo>> GetChildInfosAsync(AsyncHandle asyncHandle)
Parameters
Type | Name | Description |
---|---|---|
AsyncHandle | asyncHandle |
Handle to asynchronous method request |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<NxInfo>> |
GetChildInfosAsync<T>(AsyncHandle, Func<Response, T>)
Returns the identifier and the type for each child in an app object. If the child contains extra properties in qInfos
, these properties are returned.
Full dynamic properties are optional and are returned if they exist in the definition of the object.
Declaration
Task<T> GetChildInfosAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult)
Parameters
Type | Name | Description |
---|---|---|
AsyncHandle | asyncHandle |
Handle to asynchronous method request |
System.Func<Response, T> | onResult |
Continuation function |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<T> |
Type Parameters
Name | Description |
---|---|
T |
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!