TK.BeginGetChildrenElements Method

Begin get children from element name
Public Shared Function BeginGetChildrenElements( _ 
ByVal elementName As String, _ 
ByVal elementType As eTkElementType, _ 
ByVal callback As AsyncCallback, _ 
ByVal state As Object
) As IAsyncResult
This language is not supported or no code example is available.
public static IAsyncResult BeginGetChildrenElements( 
string elementName
eTkElementType elementType
AsyncCallback callback
object state 
)
This language is not supported or no code example is available.

Parameters

elementName
string

Element name

elementType
eTkElementType

Element type

callback
AsyncCallback

Callback method

state
object

State object. This reference will be passed when callback is called

Return Value

IAsyncResult

Referece to async result

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition