TK.BeginGetAllAttributes Method

Begin get attributes of TagProvider from initial element
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.
public static IAsyncResult BeginGetAllAttributes( 
string initialElement
int timeoutSeconds
bool getChildren
AsyncCallback callback
object state 
)
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

IAsyncResult

Referece to async result

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition