TK.EndGetChildrenElements Method

End an asynchronous GetChildElement method
Public Shared Function EndGetChildrenElements( _ 
ByVal ar As IAsyncResult, _ 
ByRef hasAttributes As Boolean, _ 
ByRef hasChildren As Boolean
) As DataTable
This language is not supported or no code example is available.
public static DataTable EndGetChildrenElements( 
IAsyncResult ar
out bool hasAttributes
out bool hasChildren 
)
This language is not supported or no code example is available.

Parameters

ar
IAsyncResult

Identification of the asynchronous invoke

hasAttributes
bool

{Output] Flag indicating whether element has attributes

hasChildren
bool

{Output] Flag indicating whether element has children

Return Value

DataTable

Reference to DataTable

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition