TK.BeginGetAllAttributes Method
Public Shared Function BeginGetAllAttributes( _
ByVal initialElement As String, _
ByVal timeoutSeconds As Integer, _
ByVal getChildren As Boolean, _
ByVal callback As AsyncCallback, _
ByVal state As Object _
) As IAsyncResult
This language is not supported or no code example is available.
Parameters
- initialElement
- string
Initial element (branch). It can be empty string (initial)
- timeoutSeconds
- int
Max time to wait answer
- getChildren
- bool
Flag indicating whether it should get all children (true) or not (false)
- callback
- AsyncCallback
Callback method
- state
- object
State object. This reference will be passed when callback is called
Return Value
IAsyncResultReferece to async result